#552409

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

Shades of Baker's Chocolate #552409

Tints of Baker's Chocolate #552409

Color information

#552409 (or 0x552409) is unknown color: approx Baker's Chocolate. HEX triplet: 55, 24 and 09. RGB value is (85,36,9). Sum of RGB (Red+Green+Blue) = 85+36+9=130 (17% of max value = 765). Red value is 85 (33.59% from 255 or 65.38% from 130); Green value is 36 (14.45% from 255 or 27.69% from 130); Blue value is 9 (3.91% from 255 or 6.92% from 130); Max value from RGB is 85 - color contains mainly: red. Hex color #552409 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552409 is #AADBF6. Grayscale: #2F2F2F. Windows color (decimal): -11197431 or 599125. OLE color: 599125.

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

Color convert

RGB85369-
CMYK00.580.890.67
HSL21.32º80.85%18.43%-
HSV(B)21.32º89.41%33.33%-
XYZ4.433.210.65-
YUV47.57106.23154.7-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 65.38%
GREEN value IS 36 (14.45% from 255) = 27.69%
BLUE value IS 9 (3.91% from 255) = 6.92%
R=65.38%
G=27.69%
B=6.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.89
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8536900.580.890.6721.3280.8518.43
Hex5524903A5943155112
Octal12544110721311032512122
Binary1010101100100100101110101011001100001110101101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552409; }

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

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

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

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

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

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

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

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