#926B53

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

Shades of Leather #926B53

Tints of Leather #926B53

Color information

#926B53 (or 0x926B53) is unknown color: approx Leather. HEX triplet: 92, 6B and 53. RGB value is (146,107,83). Sum of RGB (Red+Green+Blue) = 146+107+83=336 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.45% from 336); Green value is 107 (42.19% from 255 or 31.85% from 336); Blue value is 83 (32.81% from 255 or 24.70% from 336); Max value from RGB is 146 - color contains mainly: red. Hex color #926B53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926B53 is #6D94AC. Grayscale: #747474. Windows color (decimal): -7181485 or 5467026. OLE color: 5467026.

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

Color convert

RGB14610783-
CMYK00.270.430.43
HSL22.86º27.51%44.9%-
HSV(B)22.86º43.15%57.25%-
XYZ18.6717.2510.53-
YUV115.92109.42149.45-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 43.45%
GREEN value IS 107 (42.19% from 255) = 31.85%
BLUE value IS 83 (32.81% from 255) = 24.70%
R=43.45%
G=31.85%
B=24.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.43
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461078300.270.430.4322.8627.5144.9
Hex926B5301B2B2B171c2d
Octal2221531230335353273455
Binary10010010110101110100110110111010111010111011111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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