#975E27

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

Shades of Afghan Tan #975E27

Tints of Afghan Tan #975E27

Color information

#975E27 (or 0x975E27) is unknown color: approx Afghan Tan. HEX triplet: 97, 5E and 27. RGB value is (151,94,39). Sum of RGB (Red+Green+Blue) = 151+94+39=284 (37% of max value = 765). Red value is 151 (59.38% from 255 or 53.17% from 284); Green value is 94 (37.11% from 255 or 33.10% from 284); Blue value is 39 (15.62% from 255 or 13.73% from 284); Max value from RGB is 151 - color contains mainly: red. Hex color #975E27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #975E27 is #68A1D8. Grayscale: #696969. Windows color (decimal): -6857177 or 2580119. OLE color: 2580119.

HSL color Cylindrical-coordinate representation of color #975E27: hue angle of 29.46º 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 #975E27 is Cyan = 0, Magento = 0.38, Yellow = 0.74 and Black (K on CMYK) = 0.41.

Color convert

RGB1519439-
CMYK00.380.740.41
HSL29.46º58.95%37.25%-
HSV(B)29.46º74.17%59.22%-
XYZ17.1314.733.86-
YUV104.7790.88160.97-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 53.17%
GREEN value IS 94 (37.11% from 255) = 33.10%
BLUE value IS 39 (15.62% from 255) = 13.73%
R=53.17%
G=33.10%
B=13.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.74
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151943900.380.740.4129.4658.9537.25
Hex975E270264A291d3b25
Octal2271364704611251357345
Binary1001011110111101001110100110100101010100111101111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975E27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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