#915C27

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

Shades of Afghan Tan #915C27

Tints of Afghan Tan #915C27

Color information

#915C27 (or 0x915C27) is unknown color: approx Afghan Tan. HEX triplet: 91, 5C and 27. RGB value is (145,92,39). Sum of RGB (Red+Green+Blue) = 145+92+39=276 (36% of max value = 765). Red value is 145 (57.03% from 255 or 52.54% from 276); Green value is 92 (36.33% from 255 or 33.33% from 276); Blue value is 39 (15.62% from 255 or 14.13% from 276); Max value from RGB is 145 - color contains mainly: red. Hex color #915C27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #915C27 is #6EA3D8. Grayscale: #666666. Windows color (decimal): -7250905 or 2579601. OLE color: 2579601.

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

Color convert

RGB1459239-
CMYK00.370.730.43
HSL30º57.61%36.08%-
HSV(B)30º73.1%56.86%-
XYZ15.8713.823.75-
YUV101.892.56158.81-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 52.54%
GREEN value IS 92 (36.33% from 255) = 33.33%
BLUE value IS 39 (15.62% from 255) = 14.13%
R=52.54%
G=33.33%
B=14.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.73
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145923900.370.730.433057.6136.08
Hex915C27025492B1e3a24
Octal2211344704511153367244
Binary1001000110111001001110100101100100110101111110111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915C27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,92,39); }

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

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

 a { background-color: rgb(145,92,39); }

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

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

 span { border-color: rgb(145,92,39); }

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