Html Css Color HEX #946020 Afghan Tan

📋 copy color: '#946020'

red 148 ◦ green 96 ◦ blue 32

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

Shades of Afghan Tan #946020

Tints of Afghan Tan #946020

RGB

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

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

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

R = 53.62%
G = 34.78%
B = 11.59%

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

#946020 (or 0x946020) is known color: Afghan Tan. HEX triplet: 94, 60 and 20. RGB value is (148,96,32). Sum of RGB (Red+Green+Blue) = 148+96+32=276 (36% of max value = 765). Red value is 148 (58.20% from 255 or 53.62% from 276); Green value is 96 (37.89% from 255 or 34.78% from 276); Blue value is 32 (12.89% from 255 or 11.59% from 276); Max value from RGB is 148 - color contains mainly: red. Hex color #946020 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946020 is #6B9FDF. Grayscale: #686868. Windows color (decimal): -7053280 or 2121876. OLE color: 2121876.

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

Color convert

RGB 148 96 32 -
CMYK 0 0.35 0.78 0.42
HSL 33.1º 0.64% 0.35% -
HSV(B) 33.1º 0.78% 0.58% -
XYZ 16.66 14.77 3.34 -
YUV 104.25 87.23 159.2 -
System Red Green Blue C M Y K H S L
Decimal 148 96 32 0 0.35 0.78 0.42 33.1 0.64 0.35
Hex 94 60 20 0 23 4E 2A 21 40 23
Octal 224 140 40 0 43 116 52 41 100 43
Binary 10010100 1100000 100000 0 100011 1001110 101010 100001 1000000 100011

Color Harmonies of #946020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946020

Black with #946020

Text Example


Text Example

White with #946020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946020; }

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

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

background-color css

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

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

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

border-color css

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

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

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