#975D1F

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

Shades of Afghan Tan #975D1F

Tints of Afghan Tan #975D1F

Color information

#975D1F (or 0x975D1F) is unknown color: approx Afghan Tan. HEX triplet: 97, 5D and 1F. RGB value is (151,93,31). Sum of RGB (Red+Green+Blue) = 151+93+31=275 (36% of max value = 765). Red value is 151 (59.38% from 255 or 54.91% from 275); Green value is 93 (36.72% from 255 or 33.82% from 275); Blue value is 31 (12.5% from 255 or 11.27% from 275); Max value from RGB is 151 - color contains mainly: red. Hex color #975D1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #975D1F is #68A2E0. Grayscale: #676767. Windows color (decimal): -6857441 or 2055575. OLE color: 2055575.

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

Color convert

RGB1519331-
CMYK00.380.790.41
HSL31º65.93%35.69%-
HSV(B)31º79.47%59.22%-
XYZ16.9214.513.2-
YUV103.2787.22162.04-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 54.91%
GREEN value IS 93 (36.72% from 255) = 33.82%
BLUE value IS 31 (12.5% from 255) = 11.27%
R=54.91%
G=33.82%
B=11.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.79
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151933100.380.790.413165.9335.69
Hex975D1F0264F291f4224
Octal22713537046117513710244
Binary1001011110111011111101001101001111101001111111000010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975D1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,93,31); }

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

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

 a { background-color: rgb(151,93,31); }

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

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

 span { border-color: rgb(151,93,31); }

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