#93581F

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

Shades of Afghan Tan #93581F

Tints of Afghan Tan #93581F

Color information

#93581F (or 0x93581F) is unknown color: approx Afghan Tan. HEX triplet: 93, 58 and 1F. RGB value is (147,88,31). Sum of RGB (Red+Green+Blue) = 147+88+31=266 (35% of max value = 765). Red value is 147 (57.81% from 255 or 55.26% from 266); Green value is 88 (34.77% from 255 or 33.08% from 266); Blue value is 31 (12.5% from 255 or 11.65% from 266); Max value from RGB is 147 - color contains mainly: red. Hex color #93581F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #93581F is #6CA7E0. Grayscale: #636363. Windows color (decimal): -7120865 or 2054291. OLE color: 2054291.

HSL color Cylindrical-coordinate representation of color #93581F: hue angle of 29.48º 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 #93581F is Cyan = 0, Magento = 0.40, Yellow = 0.79 and Black (K on CMYK) = 0.42.

Color convert

RGB1478831-
CMYK00.400.790.42
HSL29.48º65.17%34.9%-
HSV(B)29.48º78.91%57.65%-
XYZ15.7713.283.03-
YUV99.1489.55162.13-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 55.26%
GREEN value IS 88 (34.77% from 255) = 33.08%
BLUE value IS 31 (12.5% from 255) = 11.65%
R=55.26%
G=33.08%
B=11.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.79
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147883100.400.790.4229.4865.1734.9
Hex93581F0284F2A1d4123
Octal22313037050117523510143
Binary1001001110110001111101010001001111101010111011000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93581F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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