Html Css Color HEX #5A332A Redwood

📋 copy color: '#5A332A'

red 90 ◦ green 51 ◦ blue 42

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

Shades of Redwood #5A332A

Tints of Redwood #5A332A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 27.87%

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

R = 49.18%
G = 27.87%
B = 22.95%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.53

 K value IS 0.65

RGB Variations

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

Color information

#5A332A (or 0x5A332A) is known color: Redwood. HEX triplet: 5A, 33 and 2A. RGB value is (90,51,42). Sum of RGB (Red+Green+Blue) = 90+51+42=183 (24% of max value = 765). Red value is 90 (35.55% from 255 or 49.18% from 183); Green value is 51 (20.31% from 255 or 27.87% from 183); Blue value is 42 (16.80% from 255 or 22.95% from 183); Max value from RGB is 90 - color contains mainly: red. Hex color #5A332A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A332A is #A5CCD5. Grayscale: #3D3D3D. Windows color (decimal): -10865878 or 2765658. OLE color: 2765658.

HSL color Cylindrical-coordinate representation of color #5A332A: hue angle of 11.25º 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 #5A332A is Cyan = 0, Magento = 0.43, Yellow = 0.53 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 51 42 -
CMYK 0 0.43 0.53 0.65
HSL 11.25º 0.36% 0.26% -
HSV(B) 11.25º 0.53% 0.35% -
XYZ 5.82 4.71 2.79 -
YUV 61.64 116.92 148.23 -
System Red Green Blue C M Y K H S L
Decimal 90 51 42 0 0.43 0.53 0.65 11.25 0.36 0.26
Hex 5A 33 2A 0 2B 35 41 B 24 1A
Octal 132 63 52 0 53 65 101 13 44 32
Binary 1011010 110011 101010 0 101011 110101 1000001 1011 100100 11010

Color Harmonies of #5A332A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A332A

Black with #5A332A

Text Example


Text Example

White with #5A332A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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