#55200A

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

Shades of Baker's Chocolate #55200A

Tints of Baker's Chocolate #55200A

Color information

#55200A (or 0x55200A) is unknown color: approx Baker's Chocolate. HEX triplet: 55, 20 and 0A. RGB value is (85,32,10). Sum of RGB (Red+Green+Blue) = 85+32+10=127 (16% of max value = 765). Red value is 85 (33.59% from 255 or 66.93% from 127); Green value is 32 (12.89% from 255 or 25.20% from 127); Blue value is 10 (4.30% from 255 or 7.87% from 127); Max value from RGB is 85 - color contains mainly: red. Hex color #55200A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #55200A is #AADFF5. Grayscale: #2D2D2D. Windows color (decimal): -11198454 or 663637. OLE color: 663637.

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

Color convert

RGB853210-
CMYK00.620.880.67
HSL17.6º78.95%18.63%-
HSV(B)17.6º88.24%33.33%-
XYZ4.322.990.64-
YUV45.34108.06156.29-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 66.93%
GREEN value IS 32 (12.89% from 255) = 25.20%
BLUE value IS 10 (4.30% from 255) = 7.87%
R=66.93%
G=25.20%
B=7.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.88
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85321000.620.880.6717.678.9518.63
Hex5520A03E5843124f13
Octal12540120761301032211723
Binary1010101100000101001111101011000100001110010100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55200A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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