#5C372E

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

Shades of Redwood #5C372E

Tints of Redwood #5C372E

Color information

#5C372E (or 0x5C372E) is unknown color: approx Redwood. HEX triplet: 5C, 37 and 2E. RGB value is (92,55,46). Sum of RGB (Red+Green+Blue) = 92+55+46=193 (25% of max value = 765). Red value is 92 (36.33% from 255 or 47.67% from 193); Green value is 55 (21.88% from 255 or 28.50% from 193); Blue value is 46 (18.36% from 255 or 23.83% from 193); Max value from RGB is 92 - color contains mainly: red. Hex color #5C372E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C372E is #A3C8D1. Grayscale: #414141. Windows color (decimal): -10733778 or 3028828. OLE color: 3028828.

HSL color Cylindrical-coordinate representation of color #5C372E: hue angle of 11.74º 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 #5C372E is Cyan = 0, Magento = 0.40, Yellow = 0.50 and Black (K on CMYK) = 0.64.

Color convert

RGB925546-
CMYK00.400.500.64
HSL11.74º33.33%27.06%-
HSV(B)11.74º50%36.08%-
XYZ6.275.23.26-
YUV65.04117.26147.23-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 47.67%
GREEN value IS 55 (21.88% from 255) = 28.50%
BLUE value IS 46 (18.36% from 255) = 23.83%
R=47.67%
G=28.50%
B=23.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.50
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92554600.400.500.6411.7433.3327.06
Hex5C372E0283240c211b
Octal134675605062100144133
Binary101110011011110111001010001100101000000110010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C372E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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