#55370F

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

Shades of Baker's Chocolate #55370F

Tints of Baker's Chocolate #55370F

Color information

#55370F (or 0x55370F) is unknown color: approx Baker's Chocolate. HEX triplet: 55, 37 and 0F. RGB value is (85,55,15). Sum of RGB (Red+Green+Blue) = 85+55+15=155 (20% of max value = 765). Red value is 85 (33.59% from 255 or 54.84% from 155); Green value is 55 (21.88% from 255 or 35.48% from 155); Blue value is 15 (6.25% from 255 or 9.68% from 155); Max value from RGB is 85 - color contains mainly: red. Hex color #55370F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #55370F is #AAC8F0. Grayscale: #3B3B3B. Windows color (decimal): -11192561 or 997205. OLE color: 997205.

HSL color Cylindrical-coordinate representation of color #55370F: hue angle of 34.29º degrees, saturation: 0.7, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #55370F is Cyan = 0, Magento = 0.35, Yellow = 0.82 and Black (K on CMYK) = 0.67.

Color convert

RGB855515-
CMYK00.350.820.67
HSL34.29º70%19.61%-
HSV(B)34.29º82.35%33.33%-
XYZ5.24.71.08-
YUV59.41102.94146.25-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 54.84%
GREEN value IS 55 (21.88% from 255) = 35.48%
BLUE value IS 15 (6.25% from 255) = 9.68%
R=54.84%
G=35.48%
B=9.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.82
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85551500.350.820.6734.297019.61
Hex5537F0235243224614
Octal12567170431221034210624
Binary10101011101111111010001110100101000011100010100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55370F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55370F; }

 p { color: rgb(85,55,15); }

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

<style>
 a { background-color: #55370F; }

 a { background-color: rgb(85,55,15); }

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

<style>
 span { border-color: #55370F; }

 span { border-color: rgb(85,55,15); }

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