#552008

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

Shades of Baker's Chocolate #552008

Tints of Baker's Chocolate #552008

Color information

#552008 (or 0x552008) is unknown color: approx Baker's Chocolate. HEX triplet: 55, 20 and 08. RGB value is (85,32,8). Sum of RGB (Red+Green+Blue) = 85+32+8=125 (16% of max value = 765). Red value is 85 (33.59% from 255 or 68% from 125); Green value is 32 (12.89% from 255 or 25.6% from 125); Blue value is 8 (3.52% from 255 or 6.4% from 125); Max value from RGB is 85 - color contains mainly: red. Hex color #552008 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552008 is #AADFF7. Grayscale: #2D2D2D. Windows color (decimal): -11198456 or 532565. OLE color: 532565.

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

Color convert

RGB85328-
CMYK00.620.910.67
HSL18.7º82.8%18.24%-
HSV(B)18.7º90.59%33.33%-
XYZ4.312.980.58-
YUV45.11107.06156.45-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 68%
GREEN value IS 32 (12.89% from 255) = 25.6%
BLUE value IS 8 (3.52% from 255) = 6.4%
R=68%
G=25.6%
B=6.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.91
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8532800.620.910.6718.782.818.24
Hex5520803E5B43135312
Octal12540100761331032312322
Binary1010101100000100001111101011011100001110011101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552008; }

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

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

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

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

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

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

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

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