#553404

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

Shades of Baker's Chocolate #553404

Tints of Baker's Chocolate #553404

Color information

#553404 (or 0x553404) is unknown color: approx Baker's Chocolate. HEX triplet: 55, 34 and 04. RGB value is (85,52,4). Sum of RGB (Red+Green+Blue) = 85+52+4=141 (18% of max value = 765). Red value is 85 (33.59% from 255 or 60.28% from 141); Green value is 52 (20.70% from 255 or 36.88% from 141); Blue value is 4 (1.95% from 255 or 2.84% from 141); Max value from RGB is 85 - color contains mainly: red. Hex color #553404 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553404 is #AACBFB. Grayscale: #383838. Windows color (decimal): -11193340 or 275541. OLE color: 275541.

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

Color convert

RGB85524-
CMYK00.390.950.67
HSL35.56º91.01%17.45%-
HSV(B)35.56º95.29%33.33%-
XYZ54.40.7-
YUV56.498.43148.4-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 60.28%
GREEN value IS 52 (20.70% from 255) = 36.88%
BLUE value IS 4 (1.95% from 255) = 2.84%
R=60.28%
G=36.88%
B=2.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.95
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8552400.390.950.6735.5691.0117.45
Hex553440275F43245b11
Octal1256440471371034413321
Binary1010101110100100010011110111111000011100100101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553404; }

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

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

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

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

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

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

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

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