Html Css Color HEX #935520 Afghan Tan

📋 copy color: '#935520'

red 147 ◦ green 85 ◦ blue 32

#935520
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Afghan Tan #935520

Tints of Afghan Tan #935520

RGB

 RED value IS 147 (57.81% from 255) = 55.68%

 GREEN value IS 85 (33.59% from 255) = 32.2%

 BLUE value IS 32 (12.89% from 255) = 12.12%

R = 55.68%
G = 32.2%
B = 12.12%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.78

 K value IS 0.42

RGB Variations

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

Color information

#935520 (or 0x935520) is known color: 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

RGB 147 85 32 -
CMYK 0 0.42 0.78 0.42
HSL 27.65º 0.64% 0.35% -
HSV(B) 27.65º 0.78% 0.58% -
XYZ 15.54 12.8 3.02 -
YUV 97.5 91.04 163.31 -
System Red Green Blue C M Y K H S L
Decimal 147 85 32 0 0.42 0.78 0.42 27.65 0.64 0.35
Hex 93 55 20 0 2A 4E 2A 1C 40 23
Octal 223 125 40 0 52 116 52 34 100 43
Binary 10010011 1010101 100000 0 101010 1001110 101010 11100 1000000 100011

Color Harmonies of #935520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #935520

Black with #935520

Text Example


Text Example

White with #935520

Text Example


Text Example

HTML Codes & Css Web 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>