#818575

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

Shades of Gunsmoke #818575

Tints of Gunsmoke #818575

Color information

#818575 (or 0x818575) is unknown color: approx Gunsmoke. HEX triplet: 81, 85 and 75. RGB value is (129,133,117). Sum of RGB (Red+Green+Blue) = 129+133+117=379 (50% of max value = 765). Red value is 129 (50.78% from 255 or 34.04% from 379); Green value is 133 (52.34% from 255 or 35.09% from 379); Blue value is 117 (46.09% from 255 or 30.87% from 379); Max value from RGB is 133 - color contains mainly: green. Hex color #818575 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818575 is #7E7A8A. Grayscale: #828282. Windows color (decimal): -8288907 or 7701889. OLE color: 7701889.

HSL color Cylindrical-coordinate representation of color #818575: hue angle of 75º degrees, saturation: 0.06, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #818575 is Cyan = 0.03, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.48.

Color convert

RGB129133117-
CMYK0.0300.120.48
HSL75º6.4%49.02%-
HSV(B)75º12.03%52.16%-
XYZ20.6522.7320.13-
YUV129.98120.67127.3-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 34.04%
GREEN value IS 133 (52.34% from 255) = 35.09%
BLUE value IS 117 (46.09% from 255) = 30.87%
R=34.04%
G=35.09%
B=30.87%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1291331170.0300.120.48756.449.02
Hex81857530C304b631
Octal201205165301460113661
Binary1000000110000101111010111011001100001001011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818575; }

 p { color: rgb(129,133,117); }

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

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

 a { background-color: rgb(129,133,117); }

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

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

 span { border-color: rgb(129,133,117); }

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