#975518

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

Shades of Afghan Tan #975518

Tints of Afghan Tan #975518

Color information

#975518 (or 0x975518) is unknown color: approx Afghan Tan. HEX triplet: 97, 55 and 18. RGB value is (151,85,24). Sum of RGB (Red+Green+Blue) = 151+85+24=260 (34% of max value = 765). Red value is 151 (59.38% from 255 or 58.08% from 260); Green value is 85 (33.59% from 255 or 32.69% from 260); Blue value is 24 (9.77% from 255 or 9.23% from 260); Max value from RGB is 151 - color contains mainly: red. Hex color #975518 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #975518 is #68AAE7. Grayscale: #626262. Windows color (decimal): -6859496 or 1594775. OLE color: 1594775.

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

Color convert

RGB1518524-
CMYK00.440.840.41
HSL28.82º72.57%34.31%-
HSV(B)28.82º84.11%59.22%-
XYZ16.1813.142.55-
YUV97.7886.37165.96-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 58.08%
GREEN value IS 85 (33.59% from 255) = 32.69%
BLUE value IS 24 (9.77% from 255) = 9.23%
R=58.08%
G=32.69%
B=9.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.84
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151852400.440.840.4128.8272.5734.31
Hex97551802C54291d4922
Octal22712530054124513511142
Binary1001011110101011100001011001010100101001111011001001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975518; }

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

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

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

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

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

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

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

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