#975519

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

Shades of Afghan Tan #975519

Tints of Afghan Tan #975519

Color information

#975519 (or 0x975519) is unknown color: approx Afghan Tan. HEX triplet: 97, 55 and 19. RGB value is (151,85,25). Sum of RGB (Red+Green+Blue) = 151+85+25=261 (34% of max value = 765). Red value is 151 (59.38% from 255 or 57.85% from 261); Green value is 85 (33.59% from 255 or 32.57% from 261); Blue value is 25 (10.16% from 255 or 9.58% from 261); Max value from RGB is 151 - color contains mainly: red. Hex color #975519 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #975519 is #68AAE6. Grayscale: #626262. Windows color (decimal): -6859495 or 1660311. OLE color: 1660311.

HSL color Cylindrical-coordinate representation of color #975519: hue angle of 28.57º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #975519 is Cyan = 0, Magento = 0.44, Yellow = 0.83 and Black (K on CMYK) = 0.41.

Color convert

RGB1518525-
CMYK00.440.830.41
HSL28.57º71.59%34.51%-
HSV(B)28.57º83.44%59.22%-
XYZ16.1913.152.6-
YUV97.8986.87165.88-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 57.85%
GREEN value IS 85 (33.59% from 255) = 32.57%
BLUE value IS 25 (10.16% from 255) = 9.58%
R=57.85%
G=32.57%
B=9.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.83
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151852500.440.830.4128.5771.5934.51
Hex97551902C53291d4823
Octal22712531054123513511043
Binary1001011110101011100101011001010011101001111011001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975519; }

 p { color: rgb(151,85,25); }

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

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

 a { background-color: rgb(151,85,25); }

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

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

 span { border-color: rgb(151,85,25); }

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