#93551F

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

Shades of Afghan Tan #93551F

Tints of Afghan Tan #93551F

Color information

#93551F (or 0x93551F) is unknown color: approx Afghan Tan. HEX triplet: 93, 55 and 1F. RGB value is (147,85,31). Sum of RGB (Red+Green+Blue) = 147+85+31=263 (34% of max value = 765). Red value is 147 (57.81% from 255 or 55.89% from 263); Green value is 85 (33.59% from 255 or 32.32% from 263); Blue value is 31 (12.5% from 255 or 11.79% from 263); Max value from RGB is 147 - color contains mainly: red. Hex color #93551F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #93551F is #6CAAE0. Grayscale: #616161. Windows color (decimal): -7121633 or 2053523. OLE color: 2053523.

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

Color convert

RGB1478531-
CMYK00.420.790.42
HSL27.93º65.17%34.9%-
HSV(B)27.93º78.91%57.65%-
XYZ15.5312.82.95-
YUV97.3890.54163.39-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 55.89%
GREEN value IS 85 (33.59% from 255) = 32.32%
BLUE value IS 31 (12.5% from 255) = 11.79%
R=55.89%
G=32.32%
B=11.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.79
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147853100.420.790.4227.9365.1734.9
Hex93551F02A4F2A1c4123
Octal22312537052117523410143
Binary1001001110101011111101010101001111101010111001000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93551F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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