#975820

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

Shades of Afghan Tan #975820

Tints of Afghan Tan #975820

Color information

#975820 (or 0x975820) is unknown color: approx Afghan Tan. HEX triplet: 97, 58 and 20. RGB value is (151,88,32). Sum of RGB (Red+Green+Blue) = 151+88+32=271 (35% of max value = 765). Red value is 151 (59.38% from 255 or 55.72% from 271); Green value is 88 (34.77% from 255 or 32.47% from 271); Blue value is 32 (12.89% from 255 or 11.81% from 271); Max value from RGB is 151 - color contains mainly: red. Hex color #975820 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #975820 is #68A7DF. Grayscale: #646464. Windows color (decimal): -6858720 or 2119831. OLE color: 2119831.

HSL color Cylindrical-coordinate representation of color #975820: hue angle of 28.24º degrees, saturation: 0.65, 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 #975820 is Cyan = 0, Magento = 0.42, Yellow = 0.79 and Black (K on CMYK) = 0.41.

Color convert

RGB1518832-
CMYK00.420.790.41
HSL28.24º65.03%35.88%-
HSV(B)28.24º78.81%59.22%-
XYZ16.5113.663.13-
YUV100.4589.37164.05-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 55.72%
GREEN value IS 88 (34.77% from 255) = 32.47%
BLUE value IS 32 (12.89% from 255) = 11.81%
R=55.72%
G=32.47%
B=11.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.79
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151883200.420.790.4128.2465.0335.88
Hex97582002A4F291c4124
Octal22713040052117513410144
Binary10010111101100010000001010101001111101001111001000001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975820; }

 p { color: rgb(151,88,32); }

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

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

 a { background-color: rgb(151,88,32); }

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

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

 span { border-color: rgb(151,88,32); }

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