#573304

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

Shades of Baker's Chocolate #573304

Tints of Baker's Chocolate #573304

Color information

#573304 (or 0x573304) is unknown color: approx Baker's Chocolate. HEX triplet: 57, 33 and 04. RGB value is (87,51,4). Sum of RGB (Red+Green+Blue) = 87+51+4=142 (18% of max value = 765). Red value is 87 (34.38% from 255 or 61.27% from 142); Green value is 51 (20.31% from 255 or 35.92% from 142); Blue value is 4 (1.95% from 255 or 2.82% from 142); Max value from RGB is 87 - color contains mainly: red. Hex color #573304 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #573304 is #A8CCFB. Grayscale: #383838. Windows color (decimal): -11062524 or 275287. OLE color: 275287.

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

Color convert

RGB87514-
CMYK00.410.950.66
HSL33.98º91.21%17.84%-
HSV(B)33.98º95.4%34.12%-
XYZ5.144.40.69-
YUV56.4198.43149.82-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 61.27%
GREEN value IS 51 (20.31% from 255) = 35.92%
BLUE value IS 4 (1.95% from 255) = 2.82%
R=61.27%
G=35.92%
B=2.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.95
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8751400.410.950.6633.9891.2117.84
Hex573340295F42225b12
Octal1276340511371024213322
Binary1010111110011100010100110111111000010100010101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #573304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #573304; }

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

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

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

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

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

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

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

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