Html Css Color HEX #5F493D Cork

📋 copy color: '#5F493D'

red 95 ◦ green 73 ◦ blue 61

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

Shades of Cork #5F493D

Tints of Cork #5F493D

RGB

 RED value IS 95 (37.5% from 255) = 41.48%

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

 BLUE value IS 61 (24.22% from 255) = 26.64%

R = 41.48%
G = 31.88%
B = 26.64%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.36

 K value IS 0.63

RGB Variations

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

Color information

#5F493D (or 0x5F493D) is known color: Cork. HEX triplet: 5F, 49 and 3D. RGB value is (95,73,61). Sum of RGB (Red+Green+Blue) = 95+73+61=229 (30% of max value = 765). Red value is 95 (37.5% from 255 or 41.48% from 229); Green value is 73 (28.91% from 255 or 31.88% from 229); Blue value is 61 (24.22% from 255 or 26.64% from 229); Max value from RGB is 95 - color contains mainly: red. Hex color #5F493D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F493D is #A0B6C2. Grayscale: #4E4E4E. Windows color (decimal): -10532547 or 4016479. OLE color: 4016479.

HSL color Cylindrical-coordinate representation of color #5F493D: hue angle of 21.18º degrees, saturation: 0.22, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5F493D is Cyan = 0, Magento = 0.23, Yellow = 0.36 and Black (K on CMYK) = 0.63.

Color convert

RGB 95 73 61 -
CMYK 0 0.23 0.36 0.63
HSL 21.18º 0.22% 0.31% -
HSV(B) 21.18º 0.36% 0.37% -
XYZ 7.94 7.53 5.45 -
YUV 78.21 118.29 139.98 -
System Red Green Blue C M Y K H S L
Decimal 95 73 61 0 0.23 0.36 0.63 21.18 0.22 0.31
Hex 5F 49 3D 0 17 24 3F 15 16 1F
Octal 137 111 75 0 27 44 77 25 26 37
Binary 1011111 1001001 111101 0 10111 100100 111111 10101 10110 11111

Color Harmonies of #5F493D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F493D

Black with #5F493D

Text Example


Text Example

White with #5F493D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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