#98571B

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

Shades of Afghan Tan #98571B

Tints of Afghan Tan #98571B

Color information

#98571B (or 0x98571B) is unknown color: approx Afghan Tan. HEX triplet: 98, 57 and 1B. RGB value is (152,87,27). Sum of RGB (Red+Green+Blue) = 152+87+27=266 (35% of max value = 765). Red value is 152 (59.77% from 255 or 57.14% from 266); Green value is 87 (34.38% from 255 or 32.71% from 266); Blue value is 27 (10.94% from 255 or 10.15% from 266); Max value from RGB is 152 - color contains mainly: red. Hex color #98571B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98571B is #67A8E4. Grayscale: #636363. Windows color (decimal): -6793445 or 1791896. OLE color: 1791896.

HSL color Cylindrical-coordinate representation of color #98571B: hue angle of 28.8º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #98571B is Cyan = 0, Magento = 0.43, Yellow = 0.82 and Black (K on CMYK) = 0.40.

Color convert

RGB1528727-
CMYK00.430.820.40
HSL28.8º69.83%35.1%-
HSV(B)28.8º82.24%59.61%-
XYZ16.5513.572.78-
YUV99.687.03165.38-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 57.14%
GREEN value IS 87 (34.38% from 255) = 32.71%
BLUE value IS 27 (10.94% from 255) = 10.15%
R=57.14%
G=32.71%
B=10.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.82
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152872700.430.820.4028.869.8335.1
Hex98571B02B52281d4623
Octal23012733053122503510643
Binary1001100010101111101101010111010010101000111011000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98571B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98571B; }

 p { color: rgb(152,87,27); }

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

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

 a { background-color: rgb(152,87,27); }

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

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

 span { border-color: rgb(152,87,27); }

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