#946953

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

Shades of Leather #946953

Tints of Leather #946953

Color information

#946953 (or 0x946953) is unknown color: approx Leather. HEX triplet: 94, 69 and 53. RGB value is (148,105,83). Sum of RGB (Red+Green+Blue) = 148+105+83=336 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.05% from 336); Green value is 105 (41.41% from 255 or 31.25% from 336); Blue value is 83 (32.81% from 255 or 24.70% from 336); Max value from RGB is 148 - color contains mainly: red. Hex color #946953 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946953 is #6B96AC. Grayscale: #737373. Windows color (decimal): -7050925 or 5466516. OLE color: 5466516.

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

Color convert

RGB14810583-
CMYK00.290.440.42
HSL20.31º28.14%45.29%-
HSV(B)20.31º43.92%58.04%-
XYZ18.8317.0210.48-
YUV115.35109.75151.29-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.05%
GREEN value IS 105 (41.41% from 255) = 31.25%
BLUE value IS 83 (32.81% from 255) = 24.70%
R=44.05%
G=31.25%
B=24.70%

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
Decimal1481058300.290.440.4220.3128.1445.29
Hex94695301D2C2A141c2d
Octal2241511230355452243455
Binary10010100110100110100110111011011001010101010011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946953; }

 p { color: rgb(148,105,83); }

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

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

 a { background-color: rgb(148,105,83); }

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

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

 span { border-color: rgb(148,105,83); }

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