#995D27

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

Shades of Afghan Tan #995D27

Tints of Afghan Tan #995D27

Color information

#995D27 (or 0x995D27) is unknown color: approx Afghan Tan. HEX triplet: 99, 5D and 27. RGB value is (153,93,39). Sum of RGB (Red+Green+Blue) = 153+93+39=285 (37% of max value = 765). Red value is 153 (60.16% from 255 or 53.68% from 285); Green value is 93 (36.72% from 255 or 32.63% from 285); Blue value is 39 (15.62% from 255 or 13.68% from 285); Max value from RGB is 153 - color contains mainly: red. Hex color #995D27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995D27 is #66A2D8. Grayscale: #696969. Windows color (decimal): -6726361 or 2579865. OLE color: 2579865.

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

Color convert

RGB1539339-
CMYK00.390.750.4
HSL28.42º59.38%37.65%-
HSV(B)28.42º74.51%60%-
XYZ17.4214.753.85-
YUV104.7890.88162.39-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 53.68%
GREEN value IS 93 (36.72% from 255) = 32.63%
BLUE value IS 39 (15.62% from 255) = 13.68%
R=53.68%
G=32.63%
B=13.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.75
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153933900.390.750.428.4259.3837.65
Hex995D270274B281c3b26
Octal2311354704711350347346
Binary1001100110111011001110100111100101110100011100111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995D27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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