#553808

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

Shades of Baker's Chocolate #553808

Tints of Baker's Chocolate #553808

Color information

#553808 (or 0x553808) is unknown color: approx Baker's Chocolate. HEX triplet: 55, 38 and 08. RGB value is (85,56,8). Sum of RGB (Red+Green+Blue) = 85+56+8=149 (19% of max value = 765). Red value is 85 (33.59% from 255 or 57.05% from 149); Green value is 56 (22.27% from 255 or 37.58% from 149); Blue value is 8 (3.52% from 255 or 5.37% from 149); Max value from RGB is 85 - color contains mainly: red. Hex color #553808 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553808 is #AAC7F7. Grayscale: #3B3B3B. Windows color (decimal): -11192312 or 538709. OLE color: 538709.

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

Color convert

RGB85568-
CMYK00.340.910.67
HSL37.4º82.8%18.24%-
HSV(B)37.4º90.59%33.33%-
XYZ5.24.780.88-
YUV59.299.11146.4-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 57.05%
GREEN value IS 56 (22.27% from 255) = 37.58%
BLUE value IS 8 (3.52% from 255) = 5.37%
R=57.05%
G=37.58%
B=5.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.91
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8556800.340.910.6737.482.818.24
Hex553880225B43255312
Octal12570100421331034512322
Binary10101011110001000010001010110111000011100101101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553808; }

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

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

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

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

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

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

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

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