#573D0F

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

Shades of Baker's Chocolate #573D0F

Tints of Baker's Chocolate #573D0F

Color information

#573D0F (or 0x573D0F) is unknown color: approx Baker's Chocolate. HEX triplet: 57, 3D and 0F. RGB value is (87,61,15). Sum of RGB (Red+Green+Blue) = 87+61+15=163 (21% of max value = 765). Red value is 87 (34.38% from 255 or 53.37% from 163); Green value is 61 (24.22% from 255 or 37.42% from 163); Blue value is 15 (6.25% from 255 or 9.20% from 163); Max value from RGB is 87 - color contains mainly: red. Hex color #573D0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #573D0F is #A8C2F0. Grayscale: #3F3F3F. Windows color (decimal): -11059953 or 998743. OLE color: 998743.

HSL color Cylindrical-coordinate representation of color #573D0F: hue angle of 38.33º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #573D0F is Cyan = 0, Magento = 0.30, Yellow = 0.83 and Black (K on CMYK) = 0.66.

Color convert

RGB876115-
CMYK00.300.830.66
HSL38.33º70.59%20%-
HSV(B)38.33º82.76%34.12%-
XYZ5.695.41.19-
YUV63.53100.61144.74-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 53.37%
GREEN value IS 61 (24.22% from 255) = 37.42%
BLUE value IS 15 (6.25% from 255) = 9.20%
R=53.37%
G=37.42%
B=9.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.83
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87611500.300.830.6638.3370.5920
Hex573DF01E5342264714
Octal12775170361231024610724
Binary1010111111101111101111010100111000010100110100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #573D0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #573D0F; }

 p { color: rgb(87,61,15); }

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

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

 a { background-color: rgb(87,61,15); }

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

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

 span { border-color: rgb(87,61,15); }

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