Html Css Color HEX #5A322A Redwood

📋 copy color: '#5A322A'

red 90 ◦ green 50 ◦ blue 42

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

Shades of Redwood #5A322A

Tints of Redwood #5A322A

RGB

 RED value IS 90 (35.55% from 255) = 49.45%

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

 BLUE value IS 42 (16.8% from 255) = 23.08%

R = 49.45%
G = 27.47%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.53

 K value IS 0.65

RGB Variations

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

Color information

#5A322A (or 0x5A322A) is known color: Redwood. HEX triplet: 5A, 32 and 2A. RGB value is (90,50,42). Sum of RGB (Red+Green+Blue) = 90+50+42=182 (24% of max value = 765). Red value is 90 (35.55% from 255 or 49.45% from 182); Green value is 50 (19.92% from 255 or 27.47% from 182); Blue value is 42 (16.80% from 255 or 23.08% from 182); Max value from RGB is 90 - color contains mainly: red. Hex color #5A322A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A322A is #A5CDD5. Grayscale: #3D3D3D. Windows color (decimal): -10866134 or 2765402. OLE color: 2765402.

HSL color Cylindrical-coordinate representation of color #5A322A: hue angle of 10º degrees, saturation: 0.36, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5A322A is Cyan = 0, Magento = 0.44, Yellow = 0.53 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 50 42 -
CMYK 0 0.44 0.53 0.65
HSL 10º 0.36% 0.26% -
HSV(B) 10º 0.53% 0.35% -
XYZ 5.77 4.62 2.78 -
YUV 61.05 117.25 148.65 -
System Red Green Blue C M Y K H S L
Decimal 90 50 42 0 0.44 0.53 0.65 10 0.36 0.26
Hex 5A 32 2A 0 2C 35 41 A 24 1A
Octal 132 62 52 0 54 65 101 12 44 32
Binary 1011010 110010 101010 0 101100 110101 1000001 1010 100100 11010

Color Harmonies of #5A322A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A322A

Black with #5A322A

Text Example


Text Example

White with #5A322A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A322A; }

 p { color: rgb(90,50,42); }

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

background-color css

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

 a { background-color: rgb(90,50,42); }

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

border-color css

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

 span { border-color: rgb(90,50,42); }

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