#935520

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

Shades of Afghan Tan #935520

Tints of Afghan Tan #935520

Color information

#935520 (or 0x935520) is unknown color: approx Afghan Tan. HEX triplet: 93, 55 and 20. RGB value is (147,85,32). Sum of RGB (Red+Green+Blue) = 147+85+32=264 (34% of max value = 765). Red value is 147 (57.81% from 255 or 55.68% from 264); Green value is 85 (33.59% from 255 or 32.20% from 264); Blue value is 32 (12.89% from 255 or 12.12% from 264); Max value from RGB is 147 - color contains mainly: red. Hex color #935520 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #935520 is #6CAADF. Grayscale: #616161. Windows color (decimal): -7121632 or 2119059. OLE color: 2119059.

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

Color convert

RGB1478532-
CMYK00.420.780.42
HSL27.65º64.25%35.1%-
HSV(B)27.65º78.23%57.65%-
XYZ15.5412.83.02-
YUV97.591.04163.31-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 55.68%
GREEN value IS 85 (33.59% from 255) = 32.20%
BLUE value IS 32 (12.89% from 255) = 12.12%
R=55.68%
G=32.20%
B=12.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.78
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147853200.420.780.4227.6564.2535.1
Hex93552002A4E2A1c4023
Octal22312540052116523410043
Binary10010011101010110000001010101001110101010111001000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #935520; }

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

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

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

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

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

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

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

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