#935E26

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

Shades of Afghan Tan #935E26

Tints of Afghan Tan #935E26

Color information

#935E26 (or 0x935E26) is unknown color: approx Afghan Tan. HEX triplet: 93, 5E and 26. RGB value is (147,94,38). Sum of RGB (Red+Green+Blue) = 147+94+38=279 (36% of max value = 765). Red value is 147 (57.81% from 255 or 52.69% from 279); Green value is 94 (37.11% from 255 or 33.69% from 279); Blue value is 38 (15.23% from 255 or 13.62% from 279); Max value from RGB is 147 - color contains mainly: red. Hex color #935E26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #935E26 is #6CA1D9. Grayscale: #676767. Windows color (decimal): -7119322 or 2514579. OLE color: 2514579.

HSL color Cylindrical-coordinate representation of color #935E26: hue angle of 30.83º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #935E26 is Cyan = 0, Magento = 0.36, Yellow = 0.74 and Black (K on CMYK) = 0.42.

Color convert

RGB1479438-
CMYK00.360.740.42
HSL30.83º58.92%36.27%-
HSV(B)30.83º74.15%57.65%-
XYZ16.3914.353.74-
YUV103.4691.06159.05-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 52.69%
GREEN value IS 94 (37.11% from 255) = 33.69%
BLUE value IS 38 (15.23% from 255) = 13.62%
R=52.69%
G=33.69%
B=13.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.74
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147943800.360.740.4230.8358.9236.27
Hex935E260244A2A1f3b24
Octal2231364604411252377344
Binary1001001110111101001100100100100101010101011111111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935E26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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