Html Css Color HEX #5C493F Cork

📋 copy color: '#5C493F'

red 92 ◦ green 73 ◦ blue 63

#5C493F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cork #5C493F

Tints of Cork #5C493F

RGB

 RED value IS 92 (36.33% from 255) = 40.35%

 GREEN value IS 73 (28.91% from 255) = 32.02%

 BLUE value IS 63 (25% from 255) = 27.63%

R = 40.35%
G = 32.02%
B = 27.63%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.32

 K value IS 0.64

RGB Variations

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

Color information

#5C493F (or 0x5C493F) is known color: Cork. HEX triplet: 5C, 49 and 3F. RGB value is (92,73,63). Sum of RGB (Red+Green+Blue) = 92+73+63=228 (30% of max value = 765). Red value is 92 (36.33% from 255 or 40.35% from 228); Green value is 73 (28.91% from 255 or 32.02% from 228); Blue value is 63 (25% from 255 or 27.63% from 228); Max value from RGB is 92 - color contains mainly: red. Hex color #5C493F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C493F is #A3B6C0. Grayscale: #4D4D4D. Windows color (decimal): -10729153 or 4147548. OLE color: 4147548.

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

Color convert

RGB 92 73 63 -
CMYK 0 0.21 0.32 0.64
HSL 20.69º 0.19% 0.3% -
HSV(B) 20.69º 0.32% 0.36% -
XYZ 7.69 7.4 5.73 -
YUV 77.54 119.79 138.31 -
System Red Green Blue C M Y K H S L
Decimal 92 73 63 0 0.21 0.32 0.64 20.69 0.19 0.3
Hex 5C 49 3F 0 15 20 40 15 13 1E
Octal 134 111 77 0 25 40 100 25 23 36
Binary 1011100 1001001 111111 0 10101 100000 1000000 10101 10011 11110

Color Harmonies of #5C493F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C493F

Black with #5C493F

Text Example


Text Example

White with #5C493F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5C493F;
 }
 .AnyTagClassName
 {
   color: #5C493F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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