Html Css Color HEX #936020 Afghan Tan

📋 copy color: '#936020'

red 147 ◦ green 96 ◦ blue 32

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

Shades of Afghan Tan #936020

Tints of Afghan Tan #936020

RGB

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

 GREEN value IS 96 (37.89% from 255) = 34.91%

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

R = 53.45%
G = 34.91%
B = 11.64%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.78

 K value IS 0.42

RGB Variations

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

Color information

#936020 (or 0x936020) is known color: Afghan Tan. HEX triplet: 93, 60 and 20. RGB value is (147,96,32). Sum of RGB (Red+Green+Blue) = 147+96+32=275 (36% of max value = 765). Red value is 147 (57.81% from 255 or 53.45% from 275); Green value is 96 (37.89% from 255 or 34.91% from 275); Blue value is 32 (12.89% from 255 or 11.64% from 275); Max value from RGB is 147 - color contains mainly: red. Hex color #936020 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #936020 is #6C9FDF. Grayscale: #686868. Windows color (decimal): -7118816 or 2121875. OLE color: 2121875.

HSL color Cylindrical-coordinate representation of color #936020: hue angle of 33.39º 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 #936020 is Cyan = 0, Magento = 0.35, Yellow = 0.78 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 96 32 -
CMYK 0 0.35 0.78 0.42
HSL 33.39º 0.64% 0.35% -
HSV(B) 33.39º 0.78% 0.58% -
XYZ 16.48 14.67 3.33 -
YUV 103.95 87.4 158.7 -
System Red Green Blue C M Y K H S L
Decimal 147 96 32 0 0.35 0.78 0.42 33.39 0.64 0.35
Hex 93 60 20 0 23 4E 2A 21 40 23
Octal 223 140 40 0 43 116 52 41 100 43
Binary 10010011 1100000 100000 0 100011 1001110 101010 100001 1000000 100011

Color Harmonies of #936020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #936020

Black with #936020

Text Example


Text Example

White with #936020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #936020; }

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

 H1.HeaderClassName
 {
   color: #936020;
 }
 .AnyTagClassName
 {
   color: #936020;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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