Html Css Color HEX #573229 Redwood

📋 copy color: '#573229'

red 87 ◦ green 50 ◦ blue 41

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

Shades of Redwood #573229

Tints of Redwood #573229

RGB

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

 GREEN value IS 50 (19.92% from 255) = 28.09%

 BLUE value IS 41 (16.41% from 255) = 23.03%

R = 48.88%
G = 28.09%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.53

 K value IS 0.66

RGB Variations

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

Color information

#573229 (or 0x573229) is known color: Redwood. HEX triplet: 57, 32 and 29. RGB value is (87,50,41). Sum of RGB (Red+Green+Blue) = 87+50+41=178 (23% of max value = 765). Red value is 87 (34.38% from 255 or 48.88% from 178); Green value is 50 (19.92% from 255 or 28.09% from 178); Blue value is 41 (16.41% from 255 or 23.03% from 178); Max value from RGB is 87 - color contains mainly: red. Hex color #573229 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #573229 is #A8CDD6. Grayscale: #3C3C3C. Windows color (decimal): -11062743 or 2699863. OLE color: 2699863.

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

Color convert

RGB 87 50 41 -
CMYK 0 0.43 0.53 0.66
HSL 11.74º 0.36% 0.25% -
HSV(B) 11.74º 0.53% 0.34% -
XYZ 5.47 4.47 2.67 -
YUV 60.04 117.26 147.23 -
System Red Green Blue C M Y K H S L
Decimal 87 50 41 0 0.43 0.53 0.66 11.74 0.36 0.25
Hex 57 32 29 0 2B 35 42 C 24 19
Octal 127 62 51 0 53 65 102 14 44 31
Binary 1010111 110010 101001 0 101011 110101 1000010 1100 100100 11001

Color Harmonies of #573229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #573229

Black with #573229

Text Example


Text Example

White with #573229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #573229; }

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

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

background-color css

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

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

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

border-color css

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

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

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