#55370A

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

Shades of Baker's Chocolate #55370A

Tints of Baker's Chocolate #55370A

Color information

#55370A (or 0x55370A) is unknown color: approx Baker's Chocolate. HEX triplet: 55, 37 and 0A. RGB value is (85,55,10). Sum of RGB (Red+Green+Blue) = 85+55+10=150 (19% of max value = 765). Red value is 85 (33.59% from 255 or 56.67% from 150); Green value is 55 (21.88% from 255 or 36.67% from 150); Blue value is 10 (4.30% from 255 or 6.67% from 150); Max value from RGB is 85 - color contains mainly: red. Hex color #55370A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #55370A is #AAC8F5. Grayscale: #3B3B3B. Windows color (decimal): -11192566 or 669525. OLE color: 669525.

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

Color convert

RGB855510-
CMYK00.350.880.67
HSL36º78.95%18.63%-
HSV(B)36º88.24%33.33%-
XYZ5.174.690.92-
YUV58.84100.44146.66-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 56.67%
GREEN value IS 55 (21.88% from 255) = 36.67%
BLUE value IS 10 (4.30% from 255) = 6.67%
R=56.67%
G=36.67%
B=6.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.88
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85551000.350.880.673678.9518.63
Hex5537A0235843244f13
Octal12567120431301034411723
Binary10101011101111010010001110110001000011100100100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55370A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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