#552009

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

Shades of Baker's Chocolate #552009

Tints of Baker's Chocolate #552009

Color information

#552009 (or 0x552009) is unknown color: approx Baker's Chocolate. HEX triplet: 55, 20 and 09. RGB value is (85,32,9). Sum of RGB (Red+Green+Blue) = 85+32+9=126 (16% of max value = 765). Red value is 85 (33.59% from 255 or 67.46% from 126); Green value is 32 (12.89% from 255 or 25.40% from 126); Blue value is 9 (3.91% from 255 or 7.14% from 126); Max value from RGB is 85 - color contains mainly: red. Hex color #552009 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552009 is #AADFF6. Grayscale: #2D2D2D. Windows color (decimal): -11198455 or 598101. OLE color: 598101.

HSL color Cylindrical-coordinate representation of color #552009: hue angle of 18.16º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #552009 is Cyan = 0, Magento = 0.62, Yellow = 0.89 and Black (K on CMYK) = 0.67.

Color convert

RGB85329-
CMYK00.620.890.67
HSL18.16º80.85%18.43%-
HSV(B)18.16º89.41%33.33%-
XYZ4.312.980.61-
YUV45.22107.56156.37-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 67.46%
GREEN value IS 32 (12.89% from 255) = 25.40%
BLUE value IS 9 (3.91% from 255) = 7.14%
R=67.46%
G=25.40%
B=7.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.89
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8532900.620.890.6718.1680.8518.43
Hex5520903E5943125112
Octal12540110761311032212122
Binary1010101100000100101111101011001100001110010101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552009; }

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

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

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

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

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

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

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

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