#5C332F

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

Shades of Redwood #5C332F

Tints of Redwood #5C332F

Color information

#5C332F (or 0x5C332F) is unknown color: approx Redwood. HEX triplet: 5C, 33 and 2F. RGB value is (92,51,47). Sum of RGB (Red+Green+Blue) = 92+51+47=190 (25% of max value = 765). Red value is 92 (36.33% from 255 or 48.42% from 190); Green value is 51 (20.31% from 255 or 26.84% from 190); Blue value is 47 (18.75% from 255 or 24.74% from 190); Max value from RGB is 92 - color contains mainly: red. Hex color #5C332F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C332F is #A3CCD0. Grayscale: #3E3E3E. Windows color (decimal): -10734801 or 3093340. OLE color: 3093340.

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

Color convert

RGB925147-
CMYK00.450.490.64
HSL5.33º32.37%27.25%-
HSV(B)5.33º48.91%36.08%-
XYZ6.114.853.3-
YUV62.8119.08148.83-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 48.42%
GREEN value IS 51 (20.31% from 255) = 26.84%
BLUE value IS 47 (18.75% from 255) = 24.74%
R=48.42%
G=26.84%
B=24.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.49
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92514700.450.490.645.3332.3727.25
Hex5C332F02D31405201b
Octal13463570556110054033
Binary10111001100111011110101101110001100000010110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C332F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,51,47); }

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

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

 a { background-color: rgb(92,51,47); }

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

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

 span { border-color: rgb(92,51,47); }

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