#926B52

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

Shades of Leather #926B52

Tints of Leather #926B52

Color information

#926B52 (or 0x926B52) is unknown color: approx Leather. HEX triplet: 92, 6B and 52. RGB value is (146,107,82). Sum of RGB (Red+Green+Blue) = 146+107+82=335 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.58% from 335); Green value is 107 (42.19% from 255 or 31.94% from 335); Blue value is 82 (32.42% from 255 or 24.48% from 335); Max value from RGB is 146 - color contains mainly: red. Hex color #926B52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926B52 is #6D94AD. Grayscale: #737373. Windows color (decimal): -7181486 or 5401490. OLE color: 5401490.

HSL color Cylindrical-coordinate representation of color #926B52: hue angle of 23.44º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #926B52 is Cyan = 0, Magento = 0.27, Yellow = 0.44 and Black (K on CMYK) = 0.43.

Color convert

RGB14610782-
CMYK00.270.440.43
HSL23.44º28.07%44.71%-
HSV(B)23.44º43.84%57.25%-
XYZ18.6317.2410.33-
YUV115.81108.92149.53-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 43.58%
GREEN value IS 107 (42.19% from 255) = 31.94%
BLUE value IS 82 (32.42% from 255) = 24.48%
R=43.58%
G=31.94%
B=24.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.44
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461078200.270.440.4323.4428.0744.71
Hex926B5201B2C2B171c2d
Octal2221531220335453273455
Binary10010010110101110100100110111011001010111011111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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