#5C493C

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

Shades of Cork #5C493C

Tints of Cork #5C493C

Color information

#5C493C (or 0x5C493C) is unknown color: approx Cork. HEX triplet: 5C, 49 and 3C. RGB value is (92,73,60). Sum of RGB (Red+Green+Blue) = 92+73+60=225 (29% of max value = 765). Red value is 92 (36.33% from 255 or 40.89% from 225); Green value is 73 (28.91% from 255 or 32.44% from 225); Blue value is 60 (23.83% from 255 or 26.67% from 225); Max value from RGB is 92 - color contains mainly: red. Hex color #5C493C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C493C is #A3B6C3. Grayscale: #4D4D4D. Windows color (decimal): -10729156 or 3950940. OLE color: 3950940.

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

Color convert

RGB927360-
CMYK00.210.350.64
HSL24.38º21.05%29.8%-
HSV(B)24.38º34.78%36.08%-
XYZ7.617.375.3-
YUV77.2118.29138.56-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 40.89%
GREEN value IS 73 (28.91% from 255) = 32.44%
BLUE value IS 60 (23.83% from 255) = 26.67%
R=40.89%
G=32.44%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.35
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92736000.210.350.6424.3821.0529.8
Hex5C493C015234018151e
Octal1341117402543100302536
Binary101110010010011111000101011000111000000110001010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C493C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,73,60); }

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

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

 a { background-color: rgb(92,73,60); }

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

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

 span { border-color: rgb(92,73,60); }

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