Html Css Color HEX #573432 Redwood

📋 copy color: '#573432'

red 87 ◦ green 52 ◦ blue 50

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

Shades of Redwood #573432

Tints of Redwood #573432

RGB

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

 GREEN value IS 52 (20.7% from 255) = 27.51%

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

R = 46.03%
G = 27.51%
B = 26.46%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.43

 K value IS 0.66

RGB Variations

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

Color information

#573432 (or 0x573432) is known color: Redwood. HEX triplet: 57, 34 and 32. RGB value is (87,52,50). Sum of RGB (Red+Green+Blue) = 87+52+50=189 (25% of max value = 765). Red value is 87 (34.38% from 255 or 46.03% from 189); Green value is 52 (20.70% from 255 or 27.51% from 189); Blue value is 50 (19.92% from 255 or 26.46% from 189); Max value from RGB is 87 - color contains mainly: red. Hex color #573432 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #573432 is #A8CBCD. Grayscale: #3E3E3E. Windows color (decimal): -11062222 or 3290199. OLE color: 3290199.

HSL color Cylindrical-coordinate representation of color #573432: hue angle of 3.24º 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 #573432 is Cyan = 0, Magento = 0.40, Yellow = 0.43 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 52 50 -
CMYK 0 0.40 0.43 0.66
HSL 3.24º 0.27% 0.27% -
HSV(B) 3.24º 0.43% 0.34% -
XYZ 5.73 4.71 3.62 -
YUV 62.24 121.1 145.66 -
System Red Green Blue C M Y K H S L
Decimal 87 52 50 0 0.40 0.43 0.66 3.24 0.27 0.27
Hex 57 34 32 0 28 2B 42 3 1B 1B
Octal 127 64 62 0 50 53 102 3 33 33
Binary 1010111 110100 110010 0 101000 101011 1000010 11 11011 11011

Color Harmonies of #573432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #573432

Black with #573432

Text Example


Text Example

White with #573432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #573432; }

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

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

background-color css

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

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

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

border-color css

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

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

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