#93561C

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

Shades of Afghan Tan #93561C

Tints of Afghan Tan #93561C

Color information

#93561C (or 0x93561C) is unknown color: approx Afghan Tan. HEX triplet: 93, 56 and 1C. RGB value is (147,86,28). Sum of RGB (Red+Green+Blue) = 147+86+28=261 (34% of max value = 765). Red value is 147 (57.81% from 255 or 56.32% from 261); Green value is 86 (33.98% from 255 or 32.95% from 261); Blue value is 28 (11.33% from 255 or 10.73% from 261); Max value from RGB is 147 - color contains mainly: red. Hex color #93561C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #93561C is #6CA9E3. Grayscale: #616161. Windows color (decimal): -7121380 or 1857171. OLE color: 1857171.

HSL color Cylindrical-coordinate representation of color #93561C: hue angle of 29.24º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #93561C is Cyan = 0, Magento = 0.41, Yellow = 0.81 and Black (K on CMYK) = 0.42.

Color convert

RGB1478628-
CMYK00.410.810.42
HSL29.24º68%34.31%-
HSV(B)29.24º80.95%57.65%-
XYZ15.5712.942.78-
YUV97.6388.71163.22-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 56.32%
GREEN value IS 86 (33.98% from 255) = 32.95%
BLUE value IS 28 (11.33% from 255) = 10.73%
R=56.32%
G=32.95%
B=10.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.81
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147862800.410.810.4229.246834.31
Hex93561C029512A1d4422
Octal22312634051121523510442
Binary1001001110101101110001010011010001101010111011000100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93561C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93561C; }

 p { color: rgb(147,86,28); }

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

<style>
 a { background-color: #93561C; }

 a { background-color: rgb(147,86,28); }

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

<style>
 span { border-color: #93561C; }

 span { border-color: rgb(147,86,28); }

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