Html Css Color HEX #573128 Redwood

📋 copy color: '#573128'

red 87 ◦ green 49 ◦ blue 40

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

Shades of Redwood #573128

Tints of Redwood #573128

RGB

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

 GREEN value IS 49 (19.53% from 255) = 27.84%

 BLUE value IS 40 (16.02% from 255) = 22.73%

R = 49.43%
G = 27.84%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.54

 K value IS 0.66

RGB Variations

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

Color information

#573128 (or 0x573128) is known color: Redwood. HEX triplet: 57, 31 and 28. RGB value is (87,49,40). Sum of RGB (Red+Green+Blue) = 87+49+40=176 (23% of max value = 765). Red value is 87 (34.38% from 255 or 49.43% from 176); Green value is 49 (19.53% from 255 or 27.84% from 176); Blue value is 40 (16.02% from 255 or 22.73% from 176); Max value from RGB is 87 - color contains mainly: red. Hex color #573128 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #573128 is #A8CED7. Grayscale: #3B3B3B. Windows color (decimal): -11063000 or 2634071. OLE color: 2634071.

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

Color convert

RGB 87 49 40 -
CMYK 0 0.44 0.54 0.66
HSL 11.49º 0.37% 0.25% -
HSV(B) 11.49º 0.54% 0.34% -
XYZ 5.41 4.38 2.57 -
YUV 59.34 117.09 147.73 -
System Red Green Blue C M Y K H S L
Decimal 87 49 40 0 0.44 0.54 0.66 11.49 0.37 0.25
Hex 57 31 28 0 2C 36 42 B 25 19
Octal 127 61 50 0 54 66 102 13 45 31
Binary 1010111 110001 101000 0 101100 110110 1000010 1011 100101 11001

Color Harmonies of #573128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #573128

Black with #573128

Text Example


Text Example

White with #573128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #573128; }

 p { color: rgb(87,49,40); }

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

background-color css

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

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

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

border-color css

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

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

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