Html Css Color HEX #946420 Afghan Tan

📋 copy color: '#946420'

red 148 ◦ green 100 ◦ blue 32

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

Shades of Afghan Tan #946420

Tints of Afghan Tan #946420

RGB

 RED value IS 148 (58.2% from 255) = 52.86%

 GREEN value IS 100 (39.45% from 255) = 35.71%

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

R = 52.86%
G = 35.71%
B = 11.43%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.78

 K value IS 0.42

RGB Variations

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

Color information

#946420 (or 0x946420) is known color: Afghan Tan. HEX triplet: 94, 64 and 20. RGB value is (148,100,32). Sum of RGB (Red+Green+Blue) = 148+100+32=280 (37% of max value = 765). Red value is 148 (58.20% from 255 or 52.86% from 280); Green value is 100 (39.45% from 255 or 35.71% from 280); Blue value is 32 (12.89% from 255 or 11.43% from 280); Max value from RGB is 148 - color contains mainly: red. Hex color #946420 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946420 is #6B9BDF. Grayscale: #6A6A6A. Windows color (decimal): -7052256 or 2122900. OLE color: 2122900.

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

Color convert

RGB 148 100 32 -
CMYK 0 0.32 0.78 0.42
HSL 35.17º 0.64% 0.35% -
HSV(B) 35.17º 0.78% 0.58% -
XYZ 17.03 15.51 3.46 -
YUV 106.6 85.9 157.53 -
System Red Green Blue C M Y K H S L
Decimal 148 100 32 0 0.32 0.78 0.42 35.17 0.64 0.35
Hex 94 64 20 0 20 4E 2A 23 40 23
Octal 224 144 40 0 40 116 52 43 100 43
Binary 10010100 1100100 100000 0 100000 1001110 101010 100011 1000000 100011

Color Harmonies of #946420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946420

Black with #946420

Text Example


Text Example

White with #946420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946420; }

 p { color: rgb(148,100,32); }

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

background-color css

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

 a { background-color: rgb(148,100,32); }

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

border-color css

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

 span { border-color: rgb(148,100,32); }

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