#553608

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

Shades of Baker's Chocolate #553608

Tints of Baker's Chocolate #553608

Color information

#553608 (or 0x553608) is unknown color: approx Baker's Chocolate. HEX triplet: 55, 36 and 08. RGB value is (85,54,8). Sum of RGB (Red+Green+Blue) = 85+54+8=147 (19% of max value = 765). Red value is 85 (33.59% from 255 or 57.82% from 147); Green value is 54 (21.48% from 255 or 36.73% from 147); Blue value is 8 (3.52% from 255 or 5.44% from 147); Max value from RGB is 85 - color contains mainly: red. Hex color #553608 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553608 is #AAC9F7. Grayscale: #3A3A3A. Windows color (decimal): -11192824 or 538197. OLE color: 538197.

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

Color convert

RGB85548-
CMYK00.360.910.67
HSL35.84º82.8%18.24%-
HSV(B)35.84º90.59%33.33%-
XYZ5.114.590.85-
YUV58.0299.77147.24-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 57.82%
GREEN value IS 54 (21.48% from 255) = 36.73%
BLUE value IS 8 (3.52% from 255) = 5.44%
R=57.82%
G=36.73%
B=5.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.91
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8554800.360.910.6735.8482.818.24
Hex553680245B43245312
Octal12566100441331034412322
Binary10101011101101000010010010110111000011100100101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553608; }

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

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

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

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

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

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

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

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