#553904

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

Shades of Baker's Chocolate #553904

Tints of Baker's Chocolate #553904

Color information

#553904 (or 0x553904) is unknown color: approx Baker's Chocolate. HEX triplet: 55, 39 and 04. RGB value is (85,57,4). Sum of RGB (Red+Green+Blue) = 85+57+4=146 (19% of max value = 765). Red value is 85 (33.59% from 255 or 58.22% from 146); Green value is 57 (22.66% from 255 or 39.04% from 146); Blue value is 4 (1.95% from 255 or 2.74% from 146); Max value from RGB is 85 - color contains mainly: red. Hex color #553904 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553904 is #AAC6FB. Grayscale: #3B3B3B. Windows color (decimal): -11192060 or 276821. OLE color: 276821.

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

Color convert

RGB85574-
CMYK00.330.950.67
HSL39.26º91.01%17.45%-
HSV(B)39.26º95.29%33.33%-
XYZ5.234.870.78-
YUV59.3396.78146.31-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 58.22%
GREEN value IS 57 (22.66% from 255) = 39.04%
BLUE value IS 4 (1.95% from 255) = 2.74%
R=58.22%
G=39.04%
B=2.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.95
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8557400.330.950.6739.2691.0117.45
Hex553940215F43275b11
Octal1257140411371034713321
Binary1010101111001100010000110111111000011100111101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553904

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553904; }

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

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

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

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

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

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

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

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