#573F12

Color #573F12 Dark Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Brown #573F12

Tints of Dark Brown #573F12

Color information

#573F12 (or 0x573F12) is unknown color: approx Dark Brown. HEX triplet: 57, 3F and 12. RGB value is (87,63,18). Sum of RGB (Red+Green+Blue) = 87+63+18=168 (22% of max value = 765). Red value is 87 (34.38% from 255 or 51.79% from 168); Green value is 63 (25% from 255 or 37.5% from 168); Blue value is 18 (7.42% from 255 or 10.71% from 168); Max value from RGB is 87 - color contains mainly: red. Hex color #573F12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #573F12 is #A8C0ED. Grayscale: #414141. Windows color (decimal): -11059438 or 1195863. OLE color: 1195863.

HSL color Cylindrical-coordinate representation of color #573F12: hue angle of 39.13º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #573F12 is Cyan = 0, Magento = 0.28, Yellow = 0.79 and Black (K on CMYK) = 0.66.

Color convert

RGB876318-
CMYK00.280.790.66
HSL39.13º65.71%20.59%-
HSV(B)39.13º79.31%34.12%-
XYZ5.825.621.35-
YUV65.05101.45143.66-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 51.79%
GREEN value IS 63 (25% from 255) = 37.5%
BLUE value IS 18 (7.42% from 255) = 10.71%
R=51.79%
G=37.5%
B=10.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.79
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87631800.280.790.6639.1365.7120.59
Hex573F1201C4F42274215
Octal12777220341171024710225
Binary10101111111111001001110010011111000010100111100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #573F12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,63,18); }

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

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

 a { background-color: rgb(87,63,18); }

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

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

 span { border-color: rgb(87,63,18); }

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