#552005

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

Shades of Baker's Chocolate #552005

Tints of Baker's Chocolate #552005

Color information

#552005 (or 0x552005) is unknown color: approx Baker's Chocolate. HEX triplet: 55, 20 and 05. RGB value is (85,32,5). Sum of RGB (Red+Green+Blue) = 85+32+5=122 (16% of max value = 765). Red value is 85 (33.59% from 255 or 69.67% from 122); Green value is 32 (12.89% from 255 or 26.23% from 122); Blue value is 5 (2.34% from 255 or 4.10% from 122); Max value from RGB is 85 - color contains mainly: red. Hex color #552005 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552005 is #AADFFA. Grayscale: #2C2C2C. Windows color (decimal): -11198459 or 335957. OLE color: 335957.

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

Color convert

RGB85325-
CMYK00.620.940.67
HSL20.25º88.89%17.65%-
HSV(B)20.25º94.12%33.33%-
XYZ4.292.980.49-
YUV44.77105.56156.7-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 69.67%
GREEN value IS 32 (12.89% from 255) = 26.23%
BLUE value IS 5 (2.34% from 255) = 4.10%
R=69.67%
G=26.23%
B=4.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.94
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8532500.620.940.6720.2588.8917.65
Hex5520503E5E43145912
Octal1254050761361032413122
Binary101010110000010101111101011110100001110100101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552005; }

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

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

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

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

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

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

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

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