Html Css Color HEX #5A322D Redwood

📋 copy color: '#5A322D'

red 90 ◦ green 50 ◦ blue 45

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

Shades of Redwood #5A322D

Tints of Redwood #5A322D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 24.32%

R = 48.65%
G = 27.03%
B = 24.32%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.50

 K value IS 0.65

RGB Variations

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

Color information

#5A322D (or 0x5A322D) is known color: Redwood. HEX triplet: 5A, 32 and 2D. RGB value is (90,50,45). Sum of RGB (Red+Green+Blue) = 90+50+45=185 (24% of max value = 765). Red value is 90 (35.55% from 255 or 48.65% from 185); Green value is 50 (19.92% from 255 or 27.03% from 185); Blue value is 45 (17.97% from 255 or 24.32% from 185); Max value from RGB is 90 - color contains mainly: red. Hex color #5A322D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A322D is #A5CDD2. Grayscale: #3D3D3D. Windows color (decimal): -10866131 or 2962010. OLE color: 2962010.

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

Color convert

RGB 90 50 45 -
CMYK 0 0.44 0.50 0.65
HSL 6.67º 0.33% 0.26% -
HSV(B) 6.67º 0.5% 0.35% -
XYZ 5.83 4.64 3.07 -
YUV 61.39 118.75 148.41 -
System Red Green Blue C M Y K H S L
Decimal 90 50 45 0 0.44 0.50 0.65 6.67 0.33 0.26
Hex 5A 32 2D 0 2C 32 41 7 21 1A
Octal 132 62 55 0 54 62 101 7 41 32
Binary 1011010 110010 101101 0 101100 110010 1000001 111 100001 11010

Color Harmonies of #5A322D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A322D

Black with #5A322D

Text Example


Text Example

White with #5A322D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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