#97571d

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

Shades of Afghan Tan #97571D

Tints of Afghan Tan #97571D

Color information

#97571D (or 0x97571D) is unknown color: approx Afghan Tan. HEX triplet: 97, 57 and 1D. RGB value is (151,87,29). Sum of RGB (Red+Green+Blue) = 151+87+29=267 (35% of max value = 765). Red value is 151 (59.38% from 255 or 56.55% from 267); Green value is 87 (34.38% from 255 or 32.58% from 267); Blue value is 29 (11.72% from 255 or 10.86% from 267); Max value from RGB is 151 - color contains mainly: red. Hex color #97571D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #97571D is #68A8E2. Grayscale: #636363. Windows color (decimal): -6858979 or 1922967. OLE color: 1922967.

HSL color Cylindrical-coordinate representation of color #97571D: hue angle of 28.52º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #97571D is Cyan = 0, Magento = 0.42, Yellow = 0.81 and Black (K on CMYK) = 0.41.

Color convert

RGB1518729-
CMYK00.420.810.41
HSL28.52º67.78%35.29%-
HSV(B)28.52º80.79%59.22%-
XYZ16.3913.482.9-
YUV99.5288.2164.72-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 56.55%
GREEN value IS 87 (34.38% from 255) = 32.58%
BLUE value IS 29 (11.72% from 255) = 10.86%
R=56.55%
G=32.58%
B=10.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.81
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151872900.420.810.4128.5267.7835.29
Hex97571D02A51291d4423
Octal22712735052121513510443
Binary1001011110101111110101010101010001101001111011000100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97571d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97571d; }

 p { color: rgb(151,87,29); }

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

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

 a { background-color: rgb(151,87,29); }

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

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

 span { border-color: rgb(151,87,29); }

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