#5A352F

Color #5A352F Redwood (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Redwood #5A352F

Tints of Redwood #5A352F

Color information

#5A352F (or 0x5A352F) is unknown color: approx 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

RGB905347-
CMYK00.410.480.65
HSL8.37º31.39%26.86%-
HSV(B)8.37º47.78%35.29%-
XYZ64.933.32-
YUV63.38118.76146.99-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.48
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90534700.410.480.658.3731.3926.86
Hex5A352F029304181f1b
Octal132655705160101103733
Binary10110101101011011110101001110000100000110001111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A352F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>