#915725

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

Shades of Afghan Tan #915725

Tints of Afghan Tan #915725

Color information

#915725 (or 0x915725) is unknown color: approx Afghan Tan. HEX triplet: 91, 57 and 25. RGB value is (145,87,37). Sum of RGB (Red+Green+Blue) = 145+87+37=269 (35% of max value = 765). Red value is 145 (57.03% from 255 or 53.90% from 269); Green value is 87 (34.38% from 255 or 32.34% from 269); Blue value is 37 (14.84% from 255 or 13.75% from 269); Max value from RGB is 145 - color contains mainly: red. Hex color #915725 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #915725 is #6EA8DA. Grayscale: #626262. Windows color (decimal): -7252187 or 2447249. OLE color: 2447249.

HSL color Cylindrical-coordinate representation of color #915725: hue angle of 27.78º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #915725 is Cyan = 0, Magento = 0.4, Yellow = 0.74 and Black (K on CMYK) = 0.43.

Color convert

RGB1458737-
CMYK00.40.740.43
HSL27.78º59.34%35.69%-
HSV(B)27.78º74.48%56.86%-
XYZ15.4212.973.44-
YUV98.6493.22161.07-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 53.90%
GREEN value IS 87 (34.38% from 255) = 32.34%
BLUE value IS 37 (14.84% from 255) = 13.75%
R=53.90%
G=32.34%
B=13.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.74
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145873700.40.740.4327.7859.3435.69
Hex9157250284A2B1c3b24
Octal2211274505011253347344
Binary1001000110101111001010101000100101010101111100111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #915725; }

 p { color: rgb(145,87,37); }

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

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

 a { background-color: rgb(145,87,37); }

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

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

 span { border-color: rgb(145,87,37); }

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