#916D52

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

Shades of Leather #916D52

Tints of Leather #916D52

Color information

#916D52 (or 0x916D52) is unknown color: approx Leather. HEX triplet: 91, 6D and 52. RGB value is (145,109,82). Sum of RGB (Red+Green+Blue) = 145+109+82=336 (44% of max value = 765). Red value is 145 (57.03% from 255 or 43.15% from 336); Green value is 109 (42.97% from 255 or 32.44% from 336); Blue value is 82 (32.42% from 255 or 24.40% from 336); Max value from RGB is 145 - color contains mainly: red. Hex color #916D52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916D52 is #6E92AD. Grayscale: #747474. Windows color (decimal): -7246510 or 5402001. OLE color: 5402001.

HSL color Cylindrical-coordinate representation of color #916D52: hue angle of 25.71º degrees, saturation: 0.28, 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 #916D52 is Cyan = 0, Magento = 0.25, Yellow = 0.43 and Black (K on CMYK) = 0.43.

Color convert

RGB14510982-
CMYK00.250.430.43
HSL25.71º27.75%44.51%-
HSV(B)25.71º43.45%56.86%-
XYZ18.6717.5710.39-
YUV116.69108.43148.2-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 43.15%
GREEN value IS 109 (42.97% from 255) = 32.44%
BLUE value IS 82 (32.42% from 255) = 24.40%
R=43.15%
G=32.44%
B=24.40%

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
Decimal1451098200.250.430.4325.7127.7544.51
Hex916D520192B2B1a1c2d
Octal2211551220315353323455
Binary10010001110110110100100110011010111010111101011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916D52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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