#93551E

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

Shades of Afghan Tan #93551E

Tints of Afghan Tan #93551E

Color information

#93551E (or 0x93551E) is unknown color: approx Afghan Tan. HEX triplet: 93, 55 and 1E. RGB value is (147,85,30). Sum of RGB (Red+Green+Blue) = 147+85+30=262 (34% of max value = 765). Red value is 147 (57.81% from 255 or 56.11% from 262); Green value is 85 (33.59% from 255 or 32.44% from 262); Blue value is 30 (12.11% from 255 or 11.45% from 262); Max value from RGB is 147 - color contains mainly: red. Hex color #93551E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #93551E is #6CAAE1. Grayscale: #616161. Windows color (decimal): -7121634 or 1987987. OLE color: 1987987.

HSL color Cylindrical-coordinate representation of color #93551E: hue angle of 28.21º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #93551E is Cyan = 0, Magento = 0.42, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB1478530-
CMYK00.420.800.42
HSL28.21º66.1%34.71%-
HSV(B)28.21º79.59%57.65%-
XYZ15.5212.792.88-
YUV97.2790.04163.47-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 56.11%
GREEN value IS 85 (33.59% from 255) = 32.44%
BLUE value IS 30 (12.11% from 255) = 11.45%
R=56.11%
G=32.44%
B=11.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.80
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147853000.420.800.4228.2166.134.71
Hex93551E02A502A1c4223
Octal22312536052120523410243
Binary1001001110101011111001010101010000101010111001000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93551E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93551E; }

 p { color: rgb(147,85,30); }

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

<style>
 a { background-color: #93551E; }

 a { background-color: rgb(147,85,30); }

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

<style>
 span { border-color: #93551E; }

 span { border-color: rgb(147,85,30); }

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