#916F52

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

Shades of Leather #916F52

Tints of Leather #916F52

Color information

#916F52 (or 0x916F52) is unknown color: approx Leather. HEX triplet: 91, 6F and 52. RGB value is (145,111,82). Sum of RGB (Red+Green+Blue) = 145+111+82=338 (44% of max value = 765). Red value is 145 (57.03% from 255 or 42.90% from 338); Green value is 111 (43.75% from 255 or 32.84% from 338); Blue value is 82 (32.42% from 255 or 24.26% from 338); Max value from RGB is 145 - color contains mainly: red. Hex color #916F52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916F52 is #6E90AD. Grayscale: #767676. Windows color (decimal): -7245998 or 5402513. OLE color: 5402513.

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

Color convert

RGB14511182-
CMYK00.230.430.43
HSL27.62º27.75%44.51%-
HSV(B)27.62º43.45%56.86%-
XYZ18.881810.46-
YUV117.86107.76147.36-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 42.90%
GREEN value IS 111 (43.75% from 255) = 32.84%
BLUE value IS 82 (32.42% from 255) = 24.26%
R=42.90%
G=32.84%
B=24.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.43
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451118200.230.430.4327.6227.7544.51
Hex916F520172B2B1c1c2d
Octal2211571220275353343455
Binary10010001110111110100100101111010111010111110011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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