Html Css Color HEX #573127 Redwood

📋 copy color: '#573127'

red 87 ◦ green 49 ◦ blue 39

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

Shades of Redwood #573127

Tints of Redwood #573127

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 22.29%

R = 49.71%
G = 28%
B = 22.29%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.55

 K value IS 0.66

RGB Variations

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

Color information

#573127 (or 0x573127) is known color: Redwood. HEX triplet: 57, 31 and 27. RGB value is (87,49,39). Sum of RGB (Red+Green+Blue) = 87+49+39=175 (23% of max value = 765). Red value is 87 (34.38% from 255 or 49.71% from 175); Green value is 49 (19.53% from 255 or 28% from 175); Blue value is 39 (15.62% from 255 or 22.29% from 175); Max value from RGB is 87 - color contains mainly: red. Hex color #573127 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #573127 is #A8CED8. Grayscale: #3B3B3B. Windows color (decimal): -11063001 or 2568535. OLE color: 2568535.

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

Color convert

RGB 87 49 39 -
CMYK 0 0.44 0.55 0.66
HSL 12.5º 0.38% 0.25% -
HSV(B) 12.5º 0.55% 0.34% -
XYZ 5.4 4.37 2.48 -
YUV 59.22 116.59 147.81 -
System Red Green Blue C M Y K H S L
Decimal 87 49 39 0 0.44 0.55 0.66 12.5 0.38 0.25
Hex 57 31 27 0 2C 37 42 C 26 19
Octal 127 61 47 0 54 67 102 14 46 31
Binary 1010111 110001 100111 0 101100 110111 1000010 1100 100110 11001

Color Harmonies of #573127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #573127

Black with #573127

Text Example


Text Example

White with #573127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #573127; }

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

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

background-color css

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

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

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

border-color css

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

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

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