#915a22

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

Shades of Afghan Tan #915A22

Tints of Afghan Tan #915A22

Color information

#915A22 (or 0x915A22) is unknown color: approx Afghan Tan. HEX triplet: 91, 5A and 22. RGB value is (145,90,34). Sum of RGB (Red+Green+Blue) = 145+90+34=269 (35% of max value = 765). Red value is 145 (57.03% from 255 or 53.90% from 269); Green value is 90 (35.55% from 255 or 33.46% from 269); Blue value is 34 (13.67% from 255 or 12.64% from 269); Max value from RGB is 145 - color contains mainly: red. Hex color #915A22 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #915A22 is #6EA5DD. Grayscale: #646464. Windows color (decimal): -7251422 or 2251409. OLE color: 2251409.

HSL color Cylindrical-coordinate representation of color #915A22: hue angle of 30.27º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #915A22 is Cyan = 0, Magento = 0.38, Yellow = 0.77 and Black (K on CMYK) = 0.43.

Color convert

RGB1459034-
CMYK00.380.770.43
HSL30.27º62.01%35.1%-
HSV(B)30.27º76.55%56.86%-
XYZ15.6213.453.29-
YUV100.0690.72160.05-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 53.90%
GREEN value IS 90 (35.55% from 255) = 33.46%
BLUE value IS 34 (13.67% from 255) = 12.64%
R=53.90%
G=33.46%
B=12.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.77
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145903400.380.770.4330.2762.0135.1
Hex915A220264D2B1e3e23
Octal2211324204611553367643
Binary1001000110110101000100100110100110110101111110111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915a22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,90,34); }

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

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

 a { background-color: rgb(145,90,34); }

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

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

 span { border-color: rgb(145,90,34); }

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