#552109

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

Shades of Baker's Chocolate #552109

Tints of Baker's Chocolate #552109

Color information

#552109 (or 0x552109) is unknown color: approx Baker's Chocolate. HEX triplet: 55, 21 and 09. RGB value is (85,33,9). Sum of RGB (Red+Green+Blue) = 85+33+9=127 (16% of max value = 765). Red value is 85 (33.59% from 255 or 66.93% from 127); Green value is 33 (13.28% from 255 or 25.98% from 127); Blue value is 9 (3.91% from 255 or 7.09% from 127); Max value from RGB is 85 - color contains mainly: red. Hex color #552109 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552109 is #AADEF6. Grayscale: #2D2D2D. Windows color (decimal): -11198199 or 598357. OLE color: 598357.

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

Color convert

RGB85339-
CMYK00.610.890.67
HSL18.95º80.85%18.43%-
HSV(B)18.95º89.41%33.33%-
XYZ4.343.040.62-
YUV45.81107.23155.95-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 66.93%
GREEN value IS 33 (13.28% from 255) = 25.98%
BLUE value IS 9 (3.91% from 255) = 7.09%
R=66.93%
G=25.98%
B=7.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.89
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8533900.610.890.6718.9580.8518.43
Hex5521903D5943135112
Octal12541110751311032312122
Binary1010101100001100101111011011001100001110011101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552109

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552109; }

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

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

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

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

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

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

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

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