Html Css Color HEX #5A352F Redwood

📋 copy color: '#5A352F'

red 90 ◦ green 53 ◦ blue 47

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

Shades of Redwood #5A352F

Tints of Redwood #5A352F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 27.89%

 BLUE value IS 47 (18.75% from 255) = 24.74%

R = 47.37%
G = 27.89%
B = 24.74%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.48

 K value IS 0.65

RGB Variations

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

Color information

#5A352F (or 0x5A352F) is known color: Redwood. HEX triplet: 5A, 35 and 2F. RGB value is (90,53,47). Sum of RGB (Red+Green+Blue) = 90+53+47=190 (25% of max value = 765). Red value is 90 (35.55% from 255 or 47.37% from 190); Green value is 53 (21.09% from 255 or 27.89% from 190); Blue value is 47 (18.75% from 255 or 24.74% from 190); Max value from RGB is 90 - color contains mainly: red. Hex color #5A352F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A352F is #A5CAD0. Grayscale: #3F3F3F. Windows color (decimal): -10865361 or 3093850. OLE color: 3093850.

HSL color Cylindrical-coordinate representation of color #5A352F: hue angle of 8.37º degrees, saturation: 0.31, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5A352F is Cyan = 0, Magento = 0.41, Yellow = 0.48 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 53 47 -
CMYK 0 0.41 0.48 0.65
HSL 8.37º 0.31% 0.27% -
HSV(B) 8.37º 0.48% 0.35% -
XYZ 6 4.93 3.32 -
YUV 63.38 118.76 146.99 -
System Red Green Blue C M Y K H S L
Decimal 90 53 47 0 0.41 0.48 0.65 8.37 0.31 0.27
Hex 5A 35 2F 0 29 30 41 8 1F 1B
Octal 132 65 57 0 51 60 101 10 37 33
Binary 1011010 110101 101111 0 101001 110000 1000001 1000 11111 11011

Color Harmonies of #5A352F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A352F

Black with #5A352F

Text Example


Text Example

White with #5A352F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,53,47); }

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

background-color css

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

 a { background-color: rgb(90,53,47); }

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

border-color css

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

 span { border-color: rgb(90,53,47); }

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