Html Css Color HEX #573F1E Dark Brown

📋 copy color: '#573F1E'

red 87 ◦ green 63 ◦ blue 30

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

Shades of Dark Brown #573F1E

Tints of Dark Brown #573F1E

RGB

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

 GREEN value IS 63 (25% from 255) = 35%

 BLUE value IS 30 (12.11% from 255) = 16.67%

R = 48.33%
G = 35%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.66

 K value IS 0.66

RGB Variations

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

Color information

#573F1E (or 0x573F1E) is known color: Dark Brown. HEX triplet: 57, 3F and 1E. RGB value is (87,63,30). Sum of RGB (Red+Green+Blue) = 87+63+30=180 (23% of max value = 765). Red value is 87 (34.38% from 255 or 48.33% from 180); Green value is 63 (25% from 255 or 35% from 180); Blue value is 30 (12.11% from 255 or 16.67% from 180); Max value from RGB is 87 - color contains mainly: red. Hex color #573F1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #573F1E is #A8C0E1. Grayscale: #424242. Windows color (decimal): -11059426 or 1982295. OLE color: 1982295.

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

Color convert

RGB 87 63 30 -
CMYK 0 0.28 0.66 0.66
HSL 34.74º 0.49% 0.23% -
HSV(B) 34.74º 0.66% 0.34% -
XYZ 5.94 5.67 2.01 -
YUV 66.41 107.45 142.68 -
System Red Green Blue C M Y K H S L
Decimal 87 63 30 0 0.28 0.66 0.66 34.74 0.49 0.23
Hex 57 3F 1E 0 1C 42 42 23 31 17
Octal 127 77 36 0 34 102 102 43 61 27
Binary 1010111 111111 11110 0 11100 1000010 1000010 100011 110001 10111

Color Harmonies of #573F1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #573F1E

Black with #573F1E

Text Example


Text Example

White with #573F1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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