#995F25

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

Shades of Afghan Tan #995F25

Tints of Afghan Tan #995F25

Color information

#995F25 (or 0x995F25) is unknown color: approx Afghan Tan. HEX triplet: 99, 5F and 25. RGB value is (153,95,37). Sum of RGB (Red+Green+Blue) = 153+95+37=285 (37% of max value = 765). Red value is 153 (60.16% from 255 or 53.68% from 285); Green value is 95 (37.5% from 255 or 33.33% from 285); Blue value is 37 (14.84% from 255 or 12.98% from 285); Max value from RGB is 153 - color contains mainly: red. Hex color #995F25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995F25 is #66A0DA. Grayscale: #6A6A6A. Windows color (decimal): -6725851 or 2449305. OLE color: 2449305.

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

Color convert

RGB1539537-
CMYK00.380.760.4
HSL30º61.05%37.25%-
HSV(B)30º75.82%60%-
XYZ17.5615.093.74-
YUV105.7389.22161.72-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 53.68%
GREEN value IS 95 (37.5% from 255) = 33.33%
BLUE value IS 37 (14.84% from 255) = 12.98%
R=53.68%
G=33.33%
B=12.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.76
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153953700.380.760.43061.0537.25
Hex995F250264C281e3d25
Octal2311374504611450367545
Binary1001100110111111001010100110100110010100011110111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995F25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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