Html Css Color HEX #936E50 Leather

📋 copy color: '#936E50'

red 147 ◦ green 110 ◦ blue 80

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

Shades of Leather #936E50

Tints of Leather #936E50

RGB

 RED value IS 147 (57.81% from 255) = 43.62%

 GREEN value IS 110 (43.36% from 255) = 32.64%

 BLUE value IS 80 (31.64% from 255) = 23.74%

R = 43.62%
G = 32.64%
B = 23.74%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.46

 K value IS 0.42

RGB Variations

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

Color information

#936E50 (or 0x936E50) is known color: Leather. HEX triplet: 93, 6E and 50. RGB value is (147,110,80). Sum of RGB (Red+Green+Blue) = 147+110+80=337 (44% of max value = 765). Red value is 147 (57.81% from 255 or 43.62% from 337); Green value is 110 (43.36% from 255 or 32.64% from 337); Blue value is 80 (31.64% from 255 or 23.74% from 337); Max value from RGB is 147 - color contains mainly: red. Hex color #936E50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936E50 is #6C91AF. Grayscale: #757575. Windows color (decimal): -7115184 or 5271187. OLE color: 5271187.

HSL color Cylindrical-coordinate representation of color #936E50: hue angle of 26.87º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #936E50 is Cyan = 0, Magento = 0.25, Yellow = 0.46 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 110 80 -
CMYK 0 0.25 0.46 0.42
HSL 26.87º 0.3% 0.45% -
HSV(B) 26.87º 0.46% 0.58% -
XYZ 19.06 17.93 10.05 -
YUV 117.64 106.76 148.94 -
System Red Green Blue C M Y K H S L
Decimal 147 110 80 0 0.25 0.46 0.42 26.87 0.3 0.45
Hex 93 6E 50 0 19 2E 2A 1B 1E 2D
Octal 223 156 120 0 31 56 52 33 36 55
Binary 10010011 1101110 1010000 0 11001 101110 101010 11011 11110 101101

Color Harmonies of #936E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #936E50

Black with #936E50

Text Example


Text Example

White with #936E50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #936E50; }

 p { color: rgb(147,110,80); }

 H1.HeaderClassName
 {
   color: #936E50;
 }
 .AnyTagClassName
 {
   color: #936E50;
 }
</style>

background-color css

<style>
 a { background-color: #936E50; }

 a { background-color: rgb(147,110,80); }

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

border-color css

<style>
 span { border-color: #936E50; }

 span { border-color: rgb(147,110,80); }

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