#936752

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

Shades of Leather #936752

Tints of Leather #936752

Color information

#936752 (or 0x936752) is unknown color: approx Leather. HEX triplet: 93, 67 and 52. RGB value is (147,103,82). Sum of RGB (Red+Green+Blue) = 147+103+82=332 (43% of max value = 765). Red value is 147 (57.81% from 255 or 44.28% from 332); Green value is 103 (40.62% from 255 or 31.02% from 332); Blue value is 82 (32.42% from 255 or 24.70% from 332); Max value from RGB is 147 - color contains mainly: red. Hex color #936752 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936752 is #6C98AD. Grayscale: #717171. Windows color (decimal): -7116974 or 5400467. OLE color: 5400467.

HSL color Cylindrical-coordinate representation of color #936752: hue angle of 19.38º 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 #936752 is Cyan = 0, Magento = 0.30, Yellow = 0.44 and Black (K on CMYK) = 0.42.

Color convert

RGB14710382-
CMYK00.300.440.42
HSL19.38º28.38%44.9%-
HSV(B)19.38º44.22%57.65%-
XYZ18.4116.5110.2-
YUV113.76110.08151.71-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 44.28%
GREEN value IS 103 (40.62% from 255) = 31.02%
BLUE value IS 82 (32.42% from 255) = 24.70%
R=44.28%
G=31.02%
B=24.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.44
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471038200.300.440.4219.3828.3844.9
Hex93675201E2C2A131c2d
Octal2231471220365452233455
Binary10010011110011110100100111101011001010101001111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #936752; }

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

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

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

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

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

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

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

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