Html Css Color HEX #573F12 Dark Brown

📋 copy color: '#573F12'

red 87 ◦ green 63 ◦ blue 18

#573F12
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Brown #573F12

Tints of Dark Brown #573F12

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 value IS 0

 M value IS 0.28

 Y value IS 0.79

 K value IS 0.66

RGB Variations

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

Color information

#573F12 (or 0x573F12) is known color: 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

RGB 87 63 18 -
CMYK 0 0.28 0.79 0.66
HSL 39.13º 0.66% 0.21% -
HSV(B) 39.13º 0.79% 0.34% -
XYZ 5.82 5.62 1.35 -
YUV 65.05 101.45 143.66 -
System Red Green Blue C M Y K H S L
Decimal 87 63 18 0 0.28 0.79 0.66 39.13 0.66 0.21
Hex 57 3F 12 0 1C 4F 42 27 42 15
Octal 127 77 22 0 34 117 102 47 102 25
Binary 1010111 111111 10010 0 11100 1001111 1000010 100111 1000010 10101

Color Harmonies of #573F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #573F12

Black with #573F12

Text Example


Text Example

White with #573F12

Text Example


Text Example

HTML Codes & Css Web 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>