#552808

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

Shades of Baker's Chocolate #552808

Tints of Baker's Chocolate #552808

Color information

#552808 (or 0x552808) is unknown color: approx Baker's Chocolate. HEX triplet: 55, 28 and 08. RGB value is (85,40,8). Sum of RGB (Red+Green+Blue) = 85+40+8=133 (17% of max value = 765). Red value is 85 (33.59% from 255 or 63.91% from 133); Green value is 40 (16.02% from 255 or 30.08% from 133); Blue value is 8 (3.52% from 255 or 6.02% from 133); Max value from RGB is 85 - color contains mainly: red. Hex color #552808 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552808 is #AAD7F7. Grayscale: #313131. Windows color (decimal): -11196408 or 534613. OLE color: 534613.

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

Color convert

RGB85408-
CMYK00.530.910.67
HSL24.94º82.8%18.24%-
HSV(B)24.94º90.59%33.33%-
XYZ4.553.470.66-
YUV49.81104.41153.1-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 63.91%
GREEN value IS 40 (16.02% from 255) = 30.08%
BLUE value IS 8 (3.52% from 255) = 6.02%
R=63.91%
G=30.08%
B=6.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.91
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8540800.530.910.6724.9482.818.24
Hex552880355B43195312
Octal12550100651331033112322
Binary1010101101000100001101011011011100001111001101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552808; }

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

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

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

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

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

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

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

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