#55370D

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

Shades of Baker's Chocolate #55370D

Tints of Baker's Chocolate #55370D

Color information

#55370D (or 0x55370D) is unknown color: approx Baker's Chocolate. HEX triplet: 55, 37 and 0D. RGB value is (85,55,13). Sum of RGB (Red+Green+Blue) = 85+55+13=153 (20% of max value = 765). Red value is 85 (33.59% from 255 or 55.56% from 153); Green value is 55 (21.88% from 255 or 35.95% from 153); Blue value is 13 (5.47% from 255 or 8.50% from 153); Max value from RGB is 85 - color contains mainly: red. Hex color #55370D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #55370D is #AAC8F2. Grayscale: #3B3B3B. Windows color (decimal): -11192563 or 866133. OLE color: 866133.

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

Color convert

RGB855513-
CMYK00.350.850.67
HSL35º73.47%19.22%-
HSV(B)35º84.71%33.33%-
XYZ5.194.691.01-
YUV59.18101.94146.42-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 55.56%
GREEN value IS 55 (21.88% from 255) = 35.95%
BLUE value IS 13 (5.47% from 255) = 8.50%
R=55.56%
G=35.95%
B=8.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.85
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85551300.350.850.673573.4719.22
Hex5537D0235543234913
Octal12567150431251034311123
Binary10101011101111101010001110101011000011100011100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55370D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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