Html Css Color HEX #573F3F Woody Brown

📋 copy color: '#573F3F'

red 87 ◦ green 63 ◦ blue 63

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

Shades of Woody Brown #573F3F

Tints of Woody Brown #573F3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 29.58%

R = 40.85%
G = 29.58%
B = 29.58%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.28

 K value IS 0.66

RGB Variations

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

Color information

#573F3F (or 0x573F3F) is known color: Woody Brown. HEX triplet: 57, 3F and 3F. RGB value is (87,63,63). Sum of RGB (Red+Green+Blue) = 87+63+63=213 (28% of max value = 765). Red value is 87 (34.38% from 255 or 40.85% from 213); Green value is 63 (25% from 255 or 29.58% from 213); Blue value is 63 (25% from 255 or 29.58% from 213); Max value from RGB is 87 - color contains mainly: red. Hex color #573F3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #573F3F is #A8C0C0. Grayscale: #464646. Windows color (decimal): -11059393 or 4144983. OLE color: 4144983.

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

Color convert

RGB 87 63 63 -
CMYK 0 0.28 0.28 0.66
HSL 0.16% 0.29% -
HSV(B) 0.28% 0.34% -
XYZ 6.61 5.94 5.5 -
YUV 70.18 123.95 140 -
System Red Green Blue C M Y K H S L
Decimal 87 63 63 0 0.28 0.28 0.66 0 0.16 0.29
Hex 57 3F 3F 0 1C 1C 42 0 10 1D
Octal 127 77 77 0 34 34 102 0 20 35
Binary 1010111 111111 111111 0 11100 11100 1000010 0 10000 11101

Color Harmonies of #573F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #573F3F

Black with #573F3F

Text Example


Text Example

White with #573F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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