#5C493D

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

Shades of Cork #5C493D

Tints of Cork #5C493D

Color information

#5C493D (or 0x5C493D) is unknown color: approx Cork. HEX triplet: 5C, 49 and 3D. RGB value is (92,73,61). Sum of RGB (Red+Green+Blue) = 92+73+61=226 (29% of max value = 765). Red value is 92 (36.33% from 255 or 40.71% from 226); Green value is 73 (28.91% from 255 or 32.30% from 226); Blue value is 61 (24.22% from 255 or 26.99% from 226); Max value from RGB is 92 - color contains mainly: red. Hex color #5C493D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C493D is #A3B6C2. Grayscale: #4D4D4D. Windows color (decimal): -10729155 or 4016476. OLE color: 4016476.

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

Color convert

RGB927361-
CMYK00.210.340.64
HSL23.23º20.26%30%-
HSV(B)23.23º33.7%36.08%-
XYZ7.647.385.44-
YUV77.31118.79138.48-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 40.71%
GREEN value IS 73 (28.91% from 255) = 32.30%
BLUE value IS 61 (24.22% from 255) = 26.99%
R=40.71%
G=32.30%
B=26.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.34
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92736100.210.340.6423.2320.2630
Hex5C493D015224017141e
Octal1341117502542100272436
Binary101110010010011111010101011000101000000101111010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C493D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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