#573404

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

Shades of Baker's Chocolate #573404

Tints of Baker's Chocolate #573404

Color information

#573404 (or 0x573404) is unknown color: approx Baker's Chocolate. HEX triplet: 57, 34 and 04. RGB value is (87,52,4). Sum of RGB (Red+Green+Blue) = 87+52+4=143 (18% of max value = 765). Red value is 87 (34.38% from 255 or 60.84% from 143); Green value is 52 (20.70% from 255 or 36.36% from 143); Blue value is 4 (1.95% from 255 or 2.80% from 143); Max value from RGB is 87 - color contains mainly: red. Hex color #573404 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #573404 is #A8CBFB. Grayscale: #393939. Windows color (decimal): -11062268 or 275543. OLE color: 275543.

HSL color Cylindrical-coordinate representation of color #573404: hue angle of 34.7º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #573404 is Cyan = 0, Magento = 0.40, Yellow = 0.95 and Black (K on CMYK) = 0.66.

Color convert

RGB87524-
CMYK00.400.950.66
HSL34.7º91.21%17.84%-
HSV(B)34.7º95.4%34.12%-
XYZ5.184.490.71-
YUV56.9998.1149.4-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 60.84%
GREEN value IS 52 (20.70% from 255) = 36.36%
BLUE value IS 4 (1.95% from 255) = 2.80%
R=60.84%
G=36.36%
B=2.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.95
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8752400.400.950.6634.791.2117.84
Hex573440285F42235b12
Octal1276440501371024313322
Binary1010111110100100010100010111111000010100011101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #573404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #573404; }

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

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

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

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

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

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

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

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