#935E1F

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

Shades of Afghan Tan #935E1F

Tints of Afghan Tan #935E1F

Color information

#935E1F (or 0x935E1F) is unknown color: approx Afghan Tan. HEX triplet: 93, 5E and 1F. RGB value is (147,94,31). Sum of RGB (Red+Green+Blue) = 147+94+31=272 (36% of max value = 765). Red value is 147 (57.81% from 255 or 54.04% from 272); Green value is 94 (37.11% from 255 or 34.56% from 272); Blue value is 31 (12.5% from 255 or 11.40% from 272); Max value from RGB is 147 - color contains mainly: red. Hex color #935E1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #935E1F is #6CA1E0. Grayscale: #666666. Windows color (decimal): -7119329 or 2055827. OLE color: 2055827.

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

Color convert

RGB1479431-
CMYK00.360.790.42
HSL32.59º65.17%34.9%-
HSV(B)32.59º78.91%57.65%-
XYZ16.2814.313.2-
YUV102.6687.56159.62-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 54.04%
GREEN value IS 94 (37.11% from 255) = 34.56%
BLUE value IS 31 (12.5% from 255) = 11.40%
R=54.04%
G=34.56%
B=11.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.79
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147943100.360.790.4232.5965.1734.9
Hex935E1F0244F2A214123
Octal22313637044117524110143
Binary10010011101111011111010010010011111010101000011000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #935E1F; }

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

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

<style>
 a { background-color: #935E1F; }

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

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

<style>
 span { border-color: #935E1F; }

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

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