#553707

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

Shades of Baker's Chocolate #553707

Tints of Baker's Chocolate #553707

Color information

#553707 (or 0x553707) is unknown color: approx Baker's Chocolate. HEX triplet: 55, 37 and 07. RGB value is (85,55,7). Sum of RGB (Red+Green+Blue) = 85+55+7=147 (19% of max value = 765). Red value is 85 (33.59% from 255 or 57.82% from 147); Green value is 55 (21.88% from 255 or 37.41% from 147); Blue value is 7 (3.12% from 255 or 4.76% from 147); Max value from RGB is 85 - color contains mainly: red. Hex color #553707 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553707 is #AAC8F8. Grayscale: #3A3A3A. Windows color (decimal): -11192569 or 472917. OLE color: 472917.

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

Color convert

RGB85557-
CMYK00.350.920.67
HSL36.92º84.78%18.04%-
HSV(B)36.92º91.76%33.33%-
XYZ5.154.680.83-
YUV58.598.94146.9-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 57.82%
GREEN value IS 55 (21.88% from 255) = 37.41%
BLUE value IS 7 (3.12% from 255) = 4.76%
R=57.82%
G=37.41%
B=4.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.92
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8555700.350.920.6736.9284.7818.04
Hex553770235C43255512
Octal1256770431341034512522
Binary1010101110111111010001110111001000011100101101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553707

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553707; }

 p { color: rgb(85,55,7); }

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

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

 a { background-color: rgb(85,55,7); }

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

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

 span { border-color: rgb(85,55,7); }

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