#915C1C

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

Shades of Afghan Tan #915C1C

Tints of Afghan Tan #915C1C

Color information

#915C1C (or 0x915C1C) is unknown color: approx Afghan Tan. HEX triplet: 91, 5C and 1C. RGB value is (145,92,28). Sum of RGB (Red+Green+Blue) = 145+92+28=265 (35% of max value = 765). Red value is 145 (57.03% from 255 or 54.72% from 265); Green value is 92 (36.33% from 255 or 34.72% from 265); Blue value is 28 (11.33% from 255 or 10.57% from 265); Max value from RGB is 145 - color contains mainly: red. Hex color #915C1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #915C1C is #6EA3E3. Grayscale: #646464. Windows color (decimal): -7250916 or 1858705. OLE color: 1858705.

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

Color convert

RGB1459228-
CMYK00.370.810.43
HSL32.82º67.63%33.92%-
HSV(B)32.82º80.69%56.86%-
XYZ15.7113.762.93-
YUV100.5587.06159.7-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 54.72%
GREEN value IS 92 (36.33% from 255) = 34.72%
BLUE value IS 28 (11.33% from 255) = 10.57%
R=54.72%
G=34.72%
B=10.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.81
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145922800.370.810.4332.8267.6333.92
Hex915C1C025512B214422
Octal22113434045121534110442
Binary10010001101110011100010010110100011010111000011000100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915C1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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