#552708

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

Shades of Baker's Chocolate #552708

Tints of Baker's Chocolate #552708

Color information

#552708 (or 0x552708) is unknown color: approx Baker's Chocolate. HEX triplet: 55, 27 and 08. RGB value is (85,39,8). Sum of RGB (Red+Green+Blue) = 85+39+8=132 (17% of max value = 765). Red value is 85 (33.59% from 255 or 64.39% from 132); Green value is 39 (15.62% from 255 or 29.55% from 132); Blue value is 8 (3.52% from 255 or 6.06% from 132); Max value from RGB is 85 - color contains mainly: red. Hex color #552708 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552708 is #AAD8F7. Grayscale: #313131. Windows color (decimal): -11196664 or 534357. OLE color: 534357.

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

Color convert

RGB85398-
CMYK00.540.910.67
HSL24.16º82.8%18.24%-
HSV(B)24.16º90.59%33.33%-
XYZ4.523.40.65-
YUV49.22104.74153.52-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 64.39%
GREEN value IS 39 (15.62% from 255) = 29.55%
BLUE value IS 8 (3.52% from 255) = 6.06%
R=64.39%
G=29.55%
B=6.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.91
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8539800.540.910.6724.1682.818.24
Hex552780365B43185312
Octal12547100661331033012322
Binary1010101100111100001101101011011100001111000101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552708; }

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

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

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

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

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

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

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

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