#552B09

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

Shades of Baker's Chocolate #552B09

Tints of Baker's Chocolate #552B09

Color information

#552B09 (or 0x552B09) is unknown color: approx Baker's Chocolate. HEX triplet: 55, 2B and 09. RGB value is (85,43,9). Sum of RGB (Red+Green+Blue) = 85+43+9=137 (18% of max value = 765). Red value is 85 (33.59% from 255 or 62.04% from 137); Green value is 43 (17.19% from 255 or 31.39% from 137); Blue value is 9 (3.91% from 255 or 6.57% from 137); Max value from RGB is 85 - color contains mainly: red. Hex color #552B09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552B09 is #AAD4F6. Grayscale: #333333. Windows color (decimal): -11195639 or 600917. OLE color: 600917.

HSL color Cylindrical-coordinate representation of color #552B09: hue angle of 26.84º 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 #552B09 is Cyan = 0, Magento = 0.49, Yellow = 0.89 and Black (K on CMYK) = 0.67.

Color convert

RGB85439-
CMYK00.490.890.67
HSL26.84º80.85%18.43%-
HSV(B)26.84º89.41%33.33%-
XYZ4.663.680.72-
YUV51.68103.91151.76-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 62.04%
GREEN value IS 43 (17.19% from 255) = 31.39%
BLUE value IS 9 (3.91% from 255) = 6.57%
R=62.04%
G=31.39%
B=6.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.89
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8543900.490.890.6726.8480.8518.43
Hex552B903159431b5112
Octal12553110611311033312122
Binary1010101101011100101100011011001100001111011101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552B09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552B09; }

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

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

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

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

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

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

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

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