#55240A

Color #55240A Baker's Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baker's Chocolate #55240A

Tints of Baker's Chocolate #55240A

Color information

#55240A (or 0x55240A) is unknown color: approx Baker's Chocolate. HEX triplet: 55, 24 and 0A. RGB value is (85,36,10). Sum of RGB (Red+Green+Blue) = 85+36+10=131 (17% of max value = 765). Red value is 85 (33.59% from 255 or 64.89% from 131); Green value is 36 (14.45% from 255 or 27.48% from 131); Blue value is 10 (4.30% from 255 or 7.63% from 131); Max value from RGB is 85 - color contains mainly: red. Hex color #55240A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #55240A is #AADBF5. Grayscale: #2F2F2F. Windows color (decimal): -11197430 or 664661. OLE color: 664661.

HSL color Cylindrical-coordinate representation of color #55240A: hue angle of 20.8º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #55240A is Cyan = 0, Magento = 0.58, Yellow = 0.88 and Black (K on CMYK) = 0.67.

Color convert

RGB853610-
CMYK00.580.880.67
HSL20.8º78.95%18.63%-
HSV(B)20.8º88.24%33.33%-
XYZ4.433.210.67-
YUV47.69106.73154.61-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 85 (33.59% from 255) = 64.89%
GREEN value IS 36 (14.45% from 255) = 27.48%
BLUE value IS 10 (4.30% from 255) = 7.63%
R=64.89%
G=27.48%
B=7.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.88
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85361000.580.880.6720.878.9518.63
Hex5524A03A5843154f13
Octal12544120721301032511723
Binary1010101100100101001110101011000100001110101100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55240A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55240A; }

 p { color: rgb(85,36,10); }

 H1.HeaderClassName
 {
   color: #55240A;
 }
 .AnyTagClassName
 {
   color: #55240A;
 }
</style>
background-color css

<style>
 a { background-color: #55240A; }

 a { background-color: rgb(85,36,10); }

 div.DivClassName
 {
   background-color: #55240A;
 }
 .BgClassName
 {
   background-color: #55240A;
 }
</style>
border-color css

<style>
 span { border-color: #55240A; }

 span { border-color: rgb(85,36,10); }

 td.TdClassName
 {
   border-color: #55240A;
 }
 .TagClassName
 {
   border-color: #55240A;
 }
</style>