#915D1E

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

Shades of Afghan Tan #915D1E

Tints of Afghan Tan #915D1E

Color information

#915D1E (or 0x915D1E) is unknown color: approx Afghan Tan. HEX triplet: 91, 5D and 1E. RGB value is (145,93,30). Sum of RGB (Red+Green+Blue) = 145+93+30=268 (35% of max value = 765). Red value is 145 (57.03% from 255 or 54.10% from 268); Green value is 93 (36.72% from 255 or 34.70% from 268); Blue value is 30 (12.11% from 255 or 11.19% from 268); Max value from RGB is 145 - color contains mainly: red. Hex color #915D1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #915D1E is #6EA2E1. Grayscale: #656565. Windows color (decimal): -7250658 or 1990033. OLE color: 1990033.

HSL color Cylindrical-coordinate representation of color #915D1E: hue angle of 32.87º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #915D1E is Cyan = 0, Magento = 0.36, Yellow = 0.79 and Black (K on CMYK) = 0.43.

Color convert

RGB1459330-
CMYK00.360.790.43
HSL32.87º65.71%34.31%-
HSV(B)32.87º79.31%56.86%-
XYZ15.8313.943.09-
YUV101.3787.73159.12-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 54.10%
GREEN value IS 93 (36.72% from 255) = 34.70%
BLUE value IS 30 (12.11% from 255) = 11.19%
R=54.10%
G=34.70%
B=11.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.79
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145933000.360.790.4332.8765.7134.31
Hex915D1E0244F2B214222
Octal22113536044117534110242
Binary10010001101110111110010010010011111010111000011000010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #915D1E; }

 p { color: rgb(145,93,30); }

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

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

 a { background-color: rgb(145,93,30); }

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

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

 span { border-color: rgb(145,93,30); }

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