Html Css Color HEX #573E14 Dark Brown

📋 copy color: '#573E14'

red 87 ◦ green 62 ◦ blue 20

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

Shades of Dark Brown #573E14

Tints of Dark Brown #573E14

RGB

 RED value IS 87 (34.38% from 255) = 51.48%

 GREEN value IS 62 (24.61% from 255) = 36.69%

 BLUE value IS 20 (8.2% from 255) = 11.83%

R = 51.48%
G = 36.69%
B = 11.83%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.77

 K value IS 0.66

RGB Variations

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

Color information

#573E14 (or 0x573E14) is known color: Dark Brown. HEX triplet: 57, 3E and 14. RGB value is (87,62,20). Sum of RGB (Red+Green+Blue) = 87+62+20=169 (22% of max value = 765). Red value is 87 (34.38% from 255 or 51.48% from 169); Green value is 62 (24.61% from 255 or 36.69% from 169); Blue value is 20 (8.20% from 255 or 11.83% from 169); Max value from RGB is 87 - color contains mainly: red. Hex color #573E14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #573E14 is #A8C1EB. Grayscale: #404040. Windows color (decimal): -11059692 or 1326679. OLE color: 1326679.

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

Color convert

RGB 87 62 20 -
CMYK 0 0.29 0.77 0.66
HSL 37.61º 0.63% 0.21% -
HSV(B) 37.61º 0.77% 0.34% -
XYZ 5.78 5.52 1.42 -
YUV 64.69 102.78 143.92 -
System Red Green Blue C M Y K H S L
Decimal 87 62 20 0 0.29 0.77 0.66 37.61 0.63 0.21
Hex 57 3E 14 0 1D 4D 42 26 3F 15
Octal 127 76 24 0 35 115 102 46 77 25
Binary 1010111 111110 10100 0 11101 1001101 1000010 100110 111111 10101

Color Harmonies of #573E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #573E14

Black with #573E14

Text Example


Text Example

White with #573E14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,62,20); }

 H1.HeaderClassName
 {
   color: #573E14;
 }
 .AnyTagClassName
 {
   color: #573E14;
 }
</style>

background-color css

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

 a { background-color: rgb(87,62,20); }

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

border-color css

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

 span { border-color: rgb(87,62,20); }

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