Html Css Color HEX #573932 Redwood

📋 copy color: '#573932'

red 87 ◦ green 57 ◦ blue 50

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

Shades of Redwood #573932

Tints of Redwood #573932

RGB

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

 GREEN value IS 57 (22.66% from 255) = 29.38%

 BLUE value IS 50 (19.92% from 255) = 25.77%

R = 44.85%
G = 29.38%
B = 25.77%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.43

 K value IS 0.66

RGB Variations

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

Color information

#573932 (or 0x573932) is known color: Redwood. HEX triplet: 57, 39 and 32. RGB value is (87,57,50). Sum of RGB (Red+Green+Blue) = 87+57+50=194 (25% of max value = 765). Red value is 87 (34.38% from 255 or 44.85% from 194); Green value is 57 (22.66% from 255 or 29.38% from 194); Blue value is 50 (19.92% from 255 or 25.77% from 194); Max value from RGB is 87 - color contains mainly: red. Hex color #573932 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #573932 is #A8C6CD. Grayscale: #414141. Windows color (decimal): -11060942 or 3291479. OLE color: 3291479.

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

Color convert

RGB 87 57 50 -
CMYK 0 0.34 0.43 0.66
HSL 11.35º 0.27% 0.27% -
HSV(B) 11.35º 0.43% 0.34% -
XYZ 5.97 5.18 3.7 -
YUV 65.17 119.44 143.57 -
System Red Green Blue C M Y K H S L
Decimal 87 57 50 0 0.34 0.43 0.66 11.35 0.27 0.27
Hex 57 39 32 0 22 2B 42 B 1B 1B
Octal 127 71 62 0 42 53 102 13 33 33
Binary 1010111 111001 110010 0 100010 101011 1000010 1011 11011 11011

Color Harmonies of #573932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #573932

Black with #573932

Text Example


Text Example

White with #573932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #573932; }

 p { color: rgb(87,57,50); }

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

background-color css

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

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

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

border-color css

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

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

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