#995D29

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

Shades of Afghan Tan #995D29

Tints of Afghan Tan #995D29

Color information

#995D29 (or 0x995D29) is unknown color: approx Afghan Tan. HEX triplet: 99, 5D and 29. RGB value is (153,93,41). Sum of RGB (Red+Green+Blue) = 153+93+41=287 (38% of max value = 765). Red value is 153 (60.16% from 255 or 53.31% from 287); Green value is 93 (36.72% from 255 or 32.40% from 287); Blue value is 41 (16.41% from 255 or 14.29% from 287); Max value from RGB is 153 - color contains mainly: red. Hex color #995D29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995D29 is #66A2D6. Grayscale: #696969. Windows color (decimal): -6726359 or 2710937. OLE color: 2710937.

HSL color Cylindrical-coordinate representation of color #995D29: hue angle of 27.86º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #995D29 is Cyan = 0, Magento = 0.39, Yellow = 0.73 and Black (K on CMYK) = 0.4.

Color convert

RGB1539341-
CMYK00.390.730.4
HSL27.86º57.73%38.04%-
HSV(B)27.86º73.2%60%-
XYZ17.4514.764.03-
YUV105.0191.88162.23-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 53.31%
GREEN value IS 93 (36.72% from 255) = 32.40%
BLUE value IS 41 (16.41% from 255) = 14.29%
R=53.31%
G=32.40%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.73
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153934100.390.730.427.8657.7338.04
Hex995D2902749281c3a26
Octal2311355104711150347246
Binary1001100110111011010010100111100100110100011100111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995D29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995D29; }

 p { color: rgb(153,93,41); }

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

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

 a { background-color: rgb(153,93,41); }

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

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

 span { border-color: rgb(153,93,41); }

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