#975A28

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

Shades of Afghan Tan #975A28

Tints of Afghan Tan #975A28

Color information

#975A28 (or 0x975A28) is unknown color: approx Afghan Tan. HEX triplet: 97, 5A and 28. RGB value is (151,90,40). Sum of RGB (Red+Green+Blue) = 151+90+40=281 (37% of max value = 765). Red value is 151 (59.38% from 255 or 53.74% from 281); Green value is 90 (35.55% from 255 or 32.03% from 281); Blue value is 40 (16.02% from 255 or 14.23% from 281); Max value from RGB is 151 - color contains mainly: red. Hex color #975A28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #975A28 is #68A5D7. Grayscale: #666666. Windows color (decimal): -6858200 or 2644631. OLE color: 2644631.

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

Color convert

RGB1519040-
CMYK00.400.740.41
HSL27.03º58.12%37.45%-
HSV(B)27.03º73.51%59.22%-
XYZ16.814.043.83-
YUV102.5492.71162.57-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 53.74%
GREEN value IS 90 (35.55% from 255) = 32.03%
BLUE value IS 40 (16.02% from 255) = 14.23%
R=53.74%
G=32.03%
B=14.23%

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
Decimal151904000.400.740.4127.0358.1237.45
Hex975A280284A291b3a25
Octal2271325005011251337245
Binary1001011110110101010000101000100101010100111011111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975A28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,90,40); }

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

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

 a { background-color: rgb(151,90,40); }

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

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

 span { border-color: rgb(151,90,40); }

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