#573205

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

Shades of Baker's Chocolate #573205

Tints of Baker's Chocolate #573205

Color information

#573205 (or 0x573205) is unknown color: approx Baker's Chocolate. HEX triplet: 57, 32 and 05. RGB value is (87,50,5). Sum of RGB (Red+Green+Blue) = 87+50+5=142 (18% of max value = 765). Red value is 87 (34.38% from 255 or 61.27% from 142); Green value is 50 (19.92% from 255 or 35.21% from 142); Blue value is 5 (2.34% from 255 or 3.52% from 142); Max value from RGB is 87 - color contains mainly: red. Hex color #573205 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #573205 is #A8CDFA. Grayscale: #383838. Windows color (decimal): -11062779 or 340567. OLE color: 340567.

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

Color convert

RGB87505-
CMYK00.430.940.66
HSL32.93º89.13%18.04%-
HSV(B)32.93º94.25%34.12%-
XYZ5.14.320.71-
YUV55.9399.26150.16-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 61.27%
GREEN value IS 50 (19.92% from 255) = 35.21%
BLUE value IS 5 (2.34% from 255) = 3.52%
R=61.27%
G=35.21%
B=3.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.94
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8750500.430.940.6632.9389.1318.04
Hex5732502B5E42215912
Octal1276250531361024113122
Binary1010111110010101010101110111101000010100001101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #573205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #573205; }

 p { color: rgb(87,50,5); }

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

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

 a { background-color: rgb(87,50,5); }

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

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

 span { border-color: rgb(87,50,5); }

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