#936852

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

Shades of Leather #936852

Tints of Leather #936852

Color information

#936852 (or 0x936852) is unknown color: approx Leather. HEX triplet: 93, 68 and 52. RGB value is (147,104,82). Sum of RGB (Red+Green+Blue) = 147+104+82=333 (44% of max value = 765). Red value is 147 (57.81% from 255 or 44.14% from 333); Green value is 104 (41.02% from 255 or 31.23% from 333); Blue value is 82 (32.42% from 255 or 24.62% from 333); Max value from RGB is 147 - color contains mainly: red. Hex color #936852 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936852 is #6C97AD. Grayscale: #727272. Windows color (decimal): -7116718 or 5400723. OLE color: 5400723.

HSL color Cylindrical-coordinate representation of color #936852: hue angle of 20.31º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #936852 is Cyan = 0, Magento = 0.29, Yellow = 0.44 and Black (K on CMYK) = 0.42.

Color convert

RGB14710482-
CMYK00.290.440.42
HSL20.31º28.38%44.9%-
HSV(B)20.31º44.22%57.65%-
XYZ18.5116.7110.23-
YUV114.35109.75151.29-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 44.14%
GREEN value IS 104 (41.02% from 255) = 31.23%
BLUE value IS 82 (32.42% from 255) = 24.62%
R=44.14%
G=31.23%
B=24.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.44
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471048200.290.440.4220.3128.3844.9
Hex93685201D2C2A141c2d
Octal2231501220355452243455
Binary10010011110100010100100111011011001010101010011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #936852; }

 p { color: rgb(147,104,82); }

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

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

 a { background-color: rgb(147,104,82); }

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

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

 span { border-color: rgb(147,104,82); }

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