#55360A

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

Shades of Baker's Chocolate #55360A

Tints of Baker's Chocolate #55360A

Color information

#55360A (or 0x55360A) is unknown color: approx Baker's Chocolate. HEX triplet: 55, 36 and 0A. RGB value is (85,54,10). Sum of RGB (Red+Green+Blue) = 85+54+10=149 (19% of max value = 765). Red value is 85 (33.59% from 255 or 57.05% from 149); Green value is 54 (21.48% from 255 or 36.24% from 149); Blue value is 10 (4.30% from 255 or 6.71% from 149); Max value from RGB is 85 - color contains mainly: red. Hex color #55360A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #55360A is #AAC9F5. Grayscale: #3A3A3A. Windows color (decimal): -11192822 or 669269. OLE color: 669269.

HSL color Cylindrical-coordinate representation of color #55360A: hue angle of 35.2º 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 #55360A is Cyan = 0, Magento = 0.36, Yellow = 0.88 and Black (K on CMYK) = 0.67.

Color convert

RGB855410-
CMYK00.360.880.67
HSL35.2º78.95%18.63%-
HSV(B)35.2º88.24%33.33%-
XYZ5.124.590.9-
YUV58.25100.77147.08-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 57.05%
GREEN value IS 54 (21.48% from 255) = 36.24%
BLUE value IS 10 (4.30% from 255) = 6.71%
R=57.05%
G=36.24%
B=6.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.88
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85541000.360.880.6735.278.9518.63
Hex5536A0245843234f13
Octal12566120441301034311723
Binary10101011101101010010010010110001000011100011100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55360A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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