#553204

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

Shades of Baker's Chocolate #553204

Tints of Baker's Chocolate #553204

Color information

#553204 (or 0x553204) is unknown color: approx Baker's Chocolate. HEX triplet: 55, 32 and 04. RGB value is (85,50,4). Sum of RGB (Red+Green+Blue) = 85+50+4=139 (18% of max value = 765). Red value is 85 (33.59% from 255 or 61.15% from 139); Green value is 50 (19.92% from 255 or 35.97% from 139); Blue value is 4 (1.95% from 255 or 2.88% from 139); Max value from RGB is 85 - color contains mainly: red. Hex color #553204 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553204 is #AACDFB. Grayscale: #373737. Windows color (decimal): -11193852 or 275029. OLE color: 275029.

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

Color convert

RGB85504-
CMYK00.410.950.67
HSL34.07º91.01%17.45%-
HSV(B)34.07º95.29%33.33%-
XYZ4.914.220.67-
YUV55.2299.1149.24-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 61.15%
GREEN value IS 50 (19.92% from 255) = 35.97%
BLUE value IS 4 (1.95% from 255) = 2.88%
R=61.15%
G=35.97%
B=2.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.95
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8550400.410.950.6734.0791.0117.45
Hex553240295F43225b11
Octal1256240511371034213321
Binary1010101110010100010100110111111000011100010101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553204; }

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

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

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

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

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

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

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

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