#5A342F

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

Shades of Redwood #5A342F

Tints of Redwood #5A342F

Color information

#5A342F (or 0x5A342F) is unknown color: approx Redwood. HEX triplet: 5A, 34 and 2F. RGB value is (90,52,47). Sum of RGB (Red+Green+Blue) = 90+52+47=189 (25% of max value = 765). Red value is 90 (35.55% from 255 or 47.62% from 189); Green value is 52 (20.70% from 255 or 27.51% from 189); Blue value is 47 (18.75% from 255 or 24.87% from 189); Max value from RGB is 90 - color contains mainly: red. Hex color #5A342F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A342F is #A5CBD0. Grayscale: #3E3E3E. Windows color (decimal): -10865617 or 3093594. OLE color: 3093594.

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

Color convert

RGB905247-
CMYK00.420.480.65
HSL6.98º31.39%26.86%-
HSV(B)6.98º47.78%35.29%-
XYZ5.964.833.31-
YUV62.79119.09147.41-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 47.62%
GREEN value IS 52 (20.70% from 255) = 27.51%
BLUE value IS 47 (18.75% from 255) = 24.87%
R=47.62%
G=27.51%
B=24.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.48
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90524700.420.480.656.9831.3926.86
Hex5A342F02A304171f1b
Octal13264570526010173733
Binary1011010110100101111010101011000010000011111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A342F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5A342F;
 }
 .AnyTagClassName
 {
   color: #5A342F;
 }
</style>
background-color css

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

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

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

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

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

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