#975B2A

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

Shades of Afghan Tan #975B2A

Tints of Afghan Tan #975B2A

Color information

#975B2A (or 0x975B2A) is unknown color: approx Afghan Tan. HEX triplet: 97, 5B and 2A. RGB value is (151,91,42). Sum of RGB (Red+Green+Blue) = 151+91+42=284 (37% of max value = 765). Red value is 151 (59.38% from 255 or 53.17% from 284); Green value is 91 (35.94% from 255 or 32.04% from 284); Blue value is 42 (16.80% from 255 or 14.79% from 284); Max value from RGB is 151 - color contains mainly: red. Hex color #975B2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #975B2A is #68A4D5. Grayscale: #676767. Windows color (decimal): -6857942 or 2775959. OLE color: 2775959.

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

Color convert

RGB1519142-
CMYK00.400.720.41
HSL26.97º56.48%37.84%-
HSV(B)26.97º72.19%59.22%-
XYZ16.9214.234.05-
YUV103.3593.38161.98-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 53.17%
GREEN value IS 91 (35.94% from 255) = 32.04%
BLUE value IS 42 (16.80% from 255) = 14.79%
R=53.17%
G=32.04%
B=14.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.72
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151914200.400.720.4126.9756.4837.84
Hex975B2A02848291b3826
Octal2271335205011051337046
Binary1001011110110111010100101000100100010100111011111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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