#5C322C

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

Shades of Redwood #5C322C

Tints of Redwood #5C322C

Color information

#5C322C (or 0x5C322C) is unknown color: approx Redwood. HEX triplet: 5C, 32 and 2C. RGB value is (92,50,44). Sum of RGB (Red+Green+Blue) = 92+50+44=186 (24% of max value = 765). Red value is 92 (36.33% from 255 or 49.46% from 186); Green value is 50 (19.92% from 255 or 26.88% from 186); Blue value is 44 (17.58% from 255 or 23.66% from 186); Max value from RGB is 92 - color contains mainly: red. Hex color #5C322C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C322C is #A3CDD3. Grayscale: #3D3D3D. Windows color (decimal): -10735060 or 2896476. OLE color: 2896476.

HSL color Cylindrical-coordinate representation of color #5C322C: hue angle of 7.5º degrees, saturation: 0.35, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5C322C is Cyan = 0, Magento = 0.46, Yellow = 0.52 and Black (K on CMYK) = 0.64.

Color convert

RGB925044-
CMYK00.460.520.64
HSL7.5º35.29%26.67%-
HSV(B)7.5º52.17%36.08%-
XYZ6.014.742.98-
YUV61.87117.91149.49-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 49.46%
GREEN value IS 50 (19.92% from 255) = 26.88%
BLUE value IS 44 (17.58% from 255) = 23.66%
R=49.46%
G=26.88%
B=23.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.52
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92504400.460.520.647.535.2926.67
Hex5C322C02E34408231b
Octal134625405664100104333
Binary101110011001010110001011101101001000000100010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C322C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,50,44); }

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

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

 a { background-color: rgb(92,50,44); }

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

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

 span { border-color: rgb(92,50,44); }

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