#5C312C

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

Shades of Redwood #5C312C

Tints of Redwood #5C312C

Color information

#5C312C (or 0x5C312C) is unknown color: approx Redwood. HEX triplet: 5C, 31 and 2C. RGB value is (92,49,44). Sum of RGB (Red+Green+Blue) = 92+49+44=185 (24% of max value = 765). Red value is 92 (36.33% from 255 or 49.73% from 185); Green value is 49 (19.53% from 255 or 26.49% from 185); Blue value is 44 (17.58% from 255 or 23.78% from 185); Max value from RGB is 92 - color contains mainly: red. Hex color #5C312C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C312C is #A3CED3. Grayscale: #3D3D3D. Windows color (decimal): -10735316 or 2896220. OLE color: 2896220.

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

Color convert

RGB924944-
CMYK00.470.520.64
HSL6.25º35.29%26.67%-
HSV(B)6.25º52.17%36.08%-
XYZ5.974.652.97-
YUV61.29118.25149.91-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 49.73%
GREEN value IS 49 (19.53% from 255) = 26.49%
BLUE value IS 44 (17.58% from 255) = 23.78%
R=49.73%
G=26.49%
B=23.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.52
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92494400.470.520.646.2535.2926.67
Hex5C312C02F34406231b
Octal13461540576410064333
Binary10111001100011011000101111110100100000011010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C312C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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