#915B2A

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

Shades of Afghan Tan #915B2A

Tints of Afghan Tan #915B2A

Color information

#915B2A (or 0x915B2A) is unknown color: approx Afghan Tan. HEX triplet: 91, 5B and 2A. RGB value is (145,91,42). Sum of RGB (Red+Green+Blue) = 145+91+42=278 (36% of max value = 765). Red value is 145 (57.03% from 255 or 52.16% from 278); Green value is 91 (35.94% from 255 or 32.73% from 278); Blue value is 42 (16.80% from 255 or 15.11% from 278); Max value from RGB is 145 - color contains mainly: red. Hex color #915B2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #915B2A is #6EA4D5. Grayscale: #656565. Windows color (decimal): -7251158 or 2775953. OLE color: 2775953.

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

Color convert

RGB1459142-
CMYK00.370.710.43
HSL28.54º55.08%36.67%-
HSV(B)28.54º71.03%56.86%-
XYZ15.8413.673.99-
YUV101.5694.39158.98-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 52.16%
GREEN value IS 91 (35.94% from 255) = 32.73%
BLUE value IS 42 (16.80% from 255) = 15.11%
R=52.16%
G=32.73%
B=15.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.71
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145914200.370.710.4328.5455.0836.67
Hex915B2A025472B1d3725
Octal2211335204510753356745
Binary1001000110110111010100100101100011110101111101110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,91,42); }

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

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

 a { background-color: rgb(145,91,42); }

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

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

 span { border-color: rgb(145,91,42); }

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