#5A362E

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

Shades of Redwood #5A362E

Tints of Redwood #5A362E

Color information

#5A362E (or 0x5A362E) is unknown color: approx Redwood. HEX triplet: 5A, 36 and 2E. RGB value is (90,54,46). Sum of RGB (Red+Green+Blue) = 90+54+46=190 (25% of max value = 765). Red value is 90 (35.55% from 255 or 47.37% from 190); Green value is 54 (21.48% from 255 or 28.42% from 190); Blue value is 46 (18.36% from 255 or 24.21% from 190); Max value from RGB is 90 - color contains mainly: red. Hex color #5A362E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A362E is #A5C9D1. Grayscale: #3F3F3F. Windows color (decimal): -10865106 or 3028570. OLE color: 3028570.

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

Color convert

RGB905446-
CMYK00.400.490.65
HSL10.91º32.35%26.67%-
HSV(B)10.91º48.89%35.29%-
XYZ6.035.013.23-
YUV63.85117.93146.65-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 47.37%
GREEN value IS 54 (21.48% from 255) = 28.42%
BLUE value IS 46 (18.36% from 255) = 24.21%
R=47.37%
G=28.42%
B=24.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.49
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90544600.400.490.6510.9132.3526.67
Hex5A362E0283141b201b
Octal132665605061101134033
Binary101101011011010111001010001100011000001101110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A362E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,54,46); }

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

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

 a { background-color: rgb(90,54,46); }

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

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

 span { border-color: rgb(90,54,46); }

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