#553704

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

Shades of Baker's Chocolate #553704

Tints of Baker's Chocolate #553704

Color information

#553704 (or 0x553704) is unknown color: approx Baker's Chocolate. HEX triplet: 55, 37 and 04. RGB value is (85,55,4). Sum of RGB (Red+Green+Blue) = 85+55+4=144 (19% of max value = 765). Red value is 85 (33.59% from 255 or 59.03% from 144); Green value is 55 (21.88% from 255 or 38.19% from 144); Blue value is 4 (1.95% from 255 or 2.78% from 144); Max value from RGB is 85 - color contains mainly: red. Hex color #553704 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553704 is #AAC8FB. Grayscale: #3A3A3A. Windows color (decimal): -11192572 or 276309. OLE color: 276309.

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

Color convert

RGB85554-
CMYK00.350.950.67
HSL37.78º91.01%17.45%-
HSV(B)37.78º95.29%33.33%-
XYZ5.134.670.75-
YUV58.1697.44147.15-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 59.03%
GREEN value IS 55 (21.88% from 255) = 38.19%
BLUE value IS 4 (1.95% from 255) = 2.78%
R=59.03%
G=38.19%
B=2.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.95
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8555400.350.950.6737.7891.0117.45
Hex553740235F43265b11
Octal1256740431371034613321
Binary1010101110111100010001110111111000011100110101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553704; }

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

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

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

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

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

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

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

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