#93581E

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

Shades of Afghan Tan #93581E

Tints of Afghan Tan #93581E

Color information

#93581E (or 0x93581E) is unknown color: approx Afghan Tan. HEX triplet: 93, 58 and 1E. RGB value is (147,88,30). Sum of RGB (Red+Green+Blue) = 147+88+30=265 (35% of max value = 765). Red value is 147 (57.81% from 255 or 55.47% from 265); Green value is 88 (34.77% from 255 or 33.21% from 265); Blue value is 30 (12.11% from 255 or 11.32% from 265); Max value from RGB is 147 - color contains mainly: red. Hex color #93581E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #93581E is #6CA7E1. Grayscale: #636363. Windows color (decimal): -7120866 or 1988755. OLE color: 1988755.

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

Color convert

RGB1478830-
CMYK00.400.800.42
HSL29.74º66.1%34.71%-
HSV(B)29.74º79.59%57.65%-
XYZ15.7613.282.96-
YUV99.0389.05162.22-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 55.47%
GREEN value IS 88 (34.77% from 255) = 33.21%
BLUE value IS 30 (12.11% from 255) = 11.32%
R=55.47%
G=33.21%
B=11.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.80
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147883000.400.800.4229.7466.134.71
Hex93581E028502A1e4223
Octal22313036050120523610243
Binary1001001110110001111001010001010000101010111101000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93581E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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