#926E53

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

Shades of Leather #926E53

Tints of Leather #926E53

Color information

#926E53 (or 0x926E53) is unknown color: approx Leather. HEX triplet: 92, 6E and 53. RGB value is (146,110,83). Sum of RGB (Red+Green+Blue) = 146+110+83=339 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.07% from 339); Green value is 110 (43.36% from 255 or 32.45% from 339); Blue value is 83 (32.81% from 255 or 24.48% from 339); Max value from RGB is 146 - color contains mainly: red. Hex color #926E53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926E53 is #6D91AC. Grayscale: #757575. Windows color (decimal): -7180717 or 5467794. OLE color: 5467794.

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

Color convert

RGB14611083-
CMYK00.250.430.43
HSL25.71º27.51%44.9%-
HSV(B)25.71º43.15%57.25%-
XYZ18.9917.8910.64-
YUV117.69108.43148.2-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 43.07%
GREEN value IS 110 (43.36% from 255) = 32.45%
BLUE value IS 83 (32.81% from 255) = 24.48%
R=43.07%
G=32.45%
B=24.48%

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
Decimal1461108300.250.430.4325.7127.5144.9
Hex926E530192B2B1a1c2d
Octal2221561230315353323455
Binary10010010110111010100110110011010111010111101011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926E53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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