#995D28

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

Shades of Afghan Tan #995D28

Tints of Afghan Tan #995D28

Color information

#995D28 (or 0x995D28) is unknown color: approx Afghan Tan. HEX triplet: 99, 5D and 28. RGB value is (153,93,40). Sum of RGB (Red+Green+Blue) = 153+93+40=286 (37% of max value = 765). Red value is 153 (60.16% from 255 or 53.50% from 286); Green value is 93 (36.72% from 255 or 32.52% from 286); Blue value is 40 (16.02% from 255 or 13.99% from 286); Max value from RGB is 153 - color contains mainly: red. Hex color #995D28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995D28 is #66A2D7. Grayscale: #696969. Windows color (decimal): -6726360 or 2645401. OLE color: 2645401.

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

Color convert

RGB1539340-
CMYK00.390.740.4
HSL28.14º58.55%37.84%-
HSV(B)28.14º73.86%60%-
XYZ17.4314.753.94-
YUV104.991.38162.31-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 53.50%
GREEN value IS 93 (36.72% from 255) = 32.52%
BLUE value IS 40 (16.02% from 255) = 13.99%
R=53.50%
G=32.52%
B=13.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.74
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153934000.390.740.428.1458.5537.84
Hex995D280274A281c3b26
Octal2311355004711250347346
Binary1001100110111011010000100111100101010100011100111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995D28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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