#915C2A

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

Shades of Afghan Tan #915C2A

Tints of Afghan Tan #915C2A

Color information

#915C2A (or 0x915C2A) is unknown color: approx Afghan Tan. HEX triplet: 91, 5C and 2A. RGB value is (145,92,42). Sum of RGB (Red+Green+Blue) = 145+92+42=279 (36% of max value = 765). Red value is 145 (57.03% from 255 or 51.97% from 279); Green value is 92 (36.33% from 255 or 32.97% from 279); Blue value is 42 (16.80% from 255 or 15.05% from 279); Max value from RGB is 145 - color contains mainly: red. Hex color #915C2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #915C2A is #6EA3D5. Grayscale: #666666. Windows color (decimal): -7250902 or 2776209. OLE color: 2776209.

HSL color Cylindrical-coordinate representation of color #915C2A: hue angle of 29.13º 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 #915C2A is Cyan = 0, Magento = 0.37, Yellow = 0.71 and Black (K on CMYK) = 0.43.

Color convert

RGB1459242-
CMYK00.370.710.43
HSL29.13º55.08%36.67%-
HSV(B)29.13º71.03%56.86%-
XYZ15.9213.844.02-
YUV102.1594.06158.57-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 51.97%
GREEN value IS 92 (36.33% from 255) = 32.97%
BLUE value IS 42 (16.80% from 255) = 15.05%
R=51.97%
G=32.97%
B=15.05%

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
Decimal145924200.370.710.4329.1355.0836.67
Hex915C2A025472B1d3725
Octal2211345204510753356745
Binary1001000110111001010100100101100011110101111101110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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