#995821

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

Shades of Afghan Tan #995821

Tints of Afghan Tan #995821

Color information

#995821 (or 0x995821) is unknown color: approx Afghan Tan. HEX triplet: 99, 58 and 21. RGB value is (153,88,33). Sum of RGB (Red+Green+Blue) = 153+88+33=274 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.84% from 274); Green value is 88 (34.77% from 255 or 32.12% from 274); Blue value is 33 (13.28% from 255 or 12.04% from 274); Max value from RGB is 153 - color contains mainly: red. Hex color #995821 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995821 is #66A7DE. Grayscale: #656565. Windows color (decimal): -6727647 or 2185369. OLE color: 2185369.

HSL color Cylindrical-coordinate representation of color #995821: hue angle of 27.5º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #995821 is Cyan = 0, Magento = 0.42, Yellow = 0.78 and Black (K on CMYK) = 0.4.

Color convert

RGB1538833-
CMYK00.420.780.4
HSL27.5º64.52%36.47%-
HSV(B)27.5º78.43%60%-
XYZ16.913.863.22-
YUV101.1689.53164.97-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 55.84%
GREEN value IS 88 (34.77% from 255) = 32.12%
BLUE value IS 33 (13.28% from 255) = 12.04%
R=55.84%
G=32.12%
B=12.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.78
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153883300.420.780.427.564.5236.47
Hex99582102A4E281c4124
Octal23113041052116503410144
Binary10011001101100010000101010101001110101000111001000001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995821; }

 p { color: rgb(153,88,33); }

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

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

 a { background-color: rgb(153,88,33); }

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

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

 span { border-color: rgb(153,88,33); }

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