#975B27

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

Shades of Afghan Tan #975B27

Tints of Afghan Tan #975B27

Color information

#975B27 (or 0x975B27) is unknown color: approx Afghan Tan. HEX triplet: 97, 5B and 27. RGB value is (151,91,39). Sum of RGB (Red+Green+Blue) = 151+91+39=281 (37% of max value = 765). Red value is 151 (59.38% from 255 or 53.74% from 281); Green value is 91 (35.94% from 255 or 32.38% from 281); Blue value is 39 (15.62% from 255 or 13.88% from 281); Max value from RGB is 151 - color contains mainly: red. Hex color #975B27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #975B27 is #68A4D8. Grayscale: #676767. Windows color (decimal): -6857945 or 2579351. OLE color: 2579351.

HSL color Cylindrical-coordinate representation of color #975B27: hue angle of 27.86º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #975B27 is Cyan = 0, Magento = 0.40, Yellow = 0.74 and Black (K on CMYK) = 0.41.

Color convert

RGB1519139-
CMYK00.400.740.41
HSL27.86º58.95%37.25%-
HSV(B)27.86º74.17%59.22%-
XYZ16.8714.213.77-
YUV103.0191.88162.23-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 53.74%
GREEN value IS 91 (35.94% from 255) = 32.38%
BLUE value IS 39 (15.62% from 255) = 13.88%
R=53.74%
G=32.38%
B=13.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.74
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151913900.400.740.4127.8658.9537.25
Hex975B270284A291c3b25
Octal2271334705011251347345
Binary1001011110110111001110101000100101010100111100111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975B27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975B27; }

 p { color: rgb(151,91,39); }

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

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

 a { background-color: rgb(151,91,39); }

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

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

 span { border-color: rgb(151,91,39); }

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