#5E342E

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

Shades of Redwood #5E342E

Tints of Redwood #5E342E

Color information

#5E342E (or 0x5E342E) is unknown color: approx Redwood. HEX triplet: 5E, 34 and 2E. RGB value is (94,52,46). Sum of RGB (Red+Green+Blue) = 94+52+46=192 (25% of max value = 765). Red value is 94 (37.11% from 255 or 48.96% from 192); Green value is 52 (20.70% from 255 or 27.08% from 192); Blue value is 46 (18.36% from 255 or 23.96% from 192); Max value from RGB is 94 - color contains mainly: red. Hex color #5E342E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E342E is #A1CBD1. Grayscale: #3F3F3F. Windows color (decimal): -10603474 or 3028062. OLE color: 3028062.

HSL color Cylindrical-coordinate representation of color #5E342E: hue angle of 7.5º degrees, saturation: 0.34, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5E342E is Cyan = 0, Magento = 0.45, Yellow = 0.51 and Black (K on CMYK) = 0.63.

Color convert

RGB945246-
CMYK00.450.510.63
HSL7.5º34.29%27.45%-
HSV(B)7.5º51.06%36.86%-
XYZ6.345.033.22-
YUV63.87117.91149.49-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 48.96%
GREEN value IS 52 (20.70% from 255) = 27.08%
BLUE value IS 46 (18.36% from 255) = 23.96%
R=48.96%
G=27.08%
B=23.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.51
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94524600.450.510.637.534.2927.45
Hex5E342E02D333F8221b
Octal13664560556377104233
Binary10111101101001011100101101110011111111100010001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E342E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,52,46); }

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

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

 a { background-color: rgb(94,52,46); }

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

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

 span { border-color: rgb(94,52,46); }

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