#916B53

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

Shades of Leather #916B53

Tints of Leather #916B53

Color information

#916B53 (or 0x916B53) is unknown color: approx Leather. HEX triplet: 91, 6B and 53. RGB value is (145,107,83). Sum of RGB (Red+Green+Blue) = 145+107+83=335 (44% of max value = 765). Red value is 145 (57.03% from 255 or 43.28% from 335); Green value is 107 (42.19% from 255 or 31.94% from 335); Blue value is 83 (32.81% from 255 or 24.78% from 335); Max value from RGB is 145 - color contains mainly: red. Hex color #916B53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916B53 is #6E94AC. Grayscale: #737373. Windows color (decimal): -7247021 or 5467025. OLE color: 5467025.

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

Color convert

RGB14510783-
CMYK00.260.430.43
HSL23.23º27.19%44.71%-
HSV(B)23.23º42.76%56.86%-
XYZ18.517.1610.52-
YUV115.63109.59148.95-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 43.28%
GREEN value IS 107 (42.19% from 255) = 31.94%
BLUE value IS 83 (32.81% from 255) = 24.78%
R=43.28%
G=31.94%
B=24.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.43
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451078300.260.430.4323.2327.1944.71
Hex916B5301A2B2B171b2d
Octal2211531230325353273355
Binary10010001110101110100110110101010111010111011111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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