#995F28

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

Shades of Afghan Tan #995F28

Tints of Afghan Tan #995F28

Color information

#995F28 (or 0x995F28) is unknown color: approx Afghan Tan. HEX triplet: 99, 5F and 28. RGB value is (153,95,40). Sum of RGB (Red+Green+Blue) = 153+95+40=288 (38% of max value = 765). Red value is 153 (60.16% from 255 or 53.12% from 288); Green value is 95 (37.5% from 255 or 32.99% from 288); Blue value is 40 (16.02% from 255 or 13.89% from 288); Max value from RGB is 153 - color contains mainly: red. Hex color #995F28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995F28 is #66A0D7. Grayscale: #6A6A6A. Windows color (decimal): -6725848 or 2645913. OLE color: 2645913.

HSL color Cylindrical-coordinate representation of color #995F28: hue angle of 29.2º 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 #995F28 is Cyan = 0, Magento = 0.38, Yellow = 0.74 and Black (K on CMYK) = 0.4.

Color convert

RGB1539540-
CMYK00.380.740.4
HSL29.2º58.55%37.84%-
HSV(B)29.2º73.86%60%-
XYZ17.6115.114-
YUV106.0790.72161.47-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 53.12%
GREEN value IS 95 (37.5% from 255) = 32.99%
BLUE value IS 40 (16.02% from 255) = 13.89%
R=53.12%
G=32.99%
B=13.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.74
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153954000.380.740.429.258.5537.84
Hex995F280264A281d3b26
Octal2311375004611250357346
Binary1001100110111111010000100110100101010100011101111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995F28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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