#5C362E

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

Shades of Redwood #5C362E

Tints of Redwood #5C362E

Color information

#5C362E (or 0x5C362E) is unknown color: approx Redwood. HEX triplet: 5C, 36 and 2E. RGB value is (92,54,46). Sum of RGB (Red+Green+Blue) = 92+54+46=192 (25% of max value = 765). Red value is 92 (36.33% from 255 or 47.92% from 192); Green value is 54 (21.48% from 255 or 28.12% from 192); Blue value is 46 (18.36% from 255 or 23.96% from 192); Max value from RGB is 92 - color contains mainly: red. Hex color #5C362E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C362E is #A3C9D1. Grayscale: #404040. Windows color (decimal): -10734034 or 3028572. OLE color: 3028572.

HSL color Cylindrical-coordinate representation of color #5C362E: hue angle of 10.43º degrees, saturation: 0.33, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5C362E is Cyan = 0, Magento = 0.41, Yellow = 0.50 and Black (K on CMYK) = 0.64.

Color convert

RGB925446-
CMYK00.410.500.64
HSL10.43º33.33%27.06%-
HSV(B)10.43º50%36.08%-
XYZ6.235.113.24-
YUV64.45117.59147.65-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 47.92%
GREEN value IS 54 (21.48% from 255) = 28.12%
BLUE value IS 46 (18.36% from 255) = 23.96%
R=47.92%
G=28.12%
B=23.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.50
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92544600.410.500.6410.4333.3327.06
Hex5C362E0293240a211b
Octal134665605162100124133
Binary101110011011010111001010011100101000000101010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C362E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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