#916D53

Color #916D53 Leather (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Leather #916D53

Tints of Leather #916D53

Color information

#916D53 (or 0x916D53) is unknown color: approx Leather. HEX triplet: 91, 6D and 53. RGB value is (145,109,83). Sum of RGB (Red+Green+Blue) = 145+109+83=337 (44% of max value = 765). Red value is 145 (57.03% from 255 or 43.03% from 337); Green value is 109 (42.97% from 255 or 32.34% from 337); Blue value is 83 (32.81% from 255 or 24.63% from 337); Max value from RGB is 145 - color contains mainly: red. Hex color #916D53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916D53 is #6E92AC. Grayscale: #747474. Windows color (decimal): -7246509 or 5467537. OLE color: 5467537.

HSL color Cylindrical-coordinate representation of color #916D53: hue angle of 25.16º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #916D53 is Cyan = 0, Magento = 0.25, Yellow = 0.43 and Black (K on CMYK) = 0.43.

Color convert

RGB14510983-
CMYK00.250.430.43
HSL25.16º27.19%44.71%-
HSV(B)25.16º42.76%56.86%-
XYZ18.7117.5810.59-
YUV116.8108.93148.11-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 43.03%
GREEN value IS 109 (42.97% from 255) = 32.34%
BLUE value IS 83 (32.81% from 255) = 24.63%
R=43.03%
G=32.34%
B=24.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.43
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451098300.250.430.4325.1627.1944.71
Hex916D530192B2B191b2d
Octal2211551230315353313355
Binary10010001110110110100110110011010111010111100111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916D53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #916D53; }

 p { color: rgb(145,109,83); }

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

<style>
 a { background-color: #916D53; }

 a { background-color: rgb(145,109,83); }

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

<style>
 span { border-color: #916D53; }

 span { border-color: rgb(145,109,83); }

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