Html Css Color HEX #946520 Afghan Tan

📋 copy color: '#946520'

red 148 ◦ green 101 ◦ blue 32

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

Shades of Afghan Tan #946520

Tints of Afghan Tan #946520

RGB

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

 GREEN value IS 101 (39.84% from 255) = 35.94%

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

R = 52.67%
G = 35.94%
B = 11.39%

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

#946520 (or 0x946520) is known color: Afghan Tan. HEX triplet: 94, 65 and 20. RGB value is (148,101,32). Sum of RGB (Red+Green+Blue) = 148+101+32=281 (37% of max value = 765). Red value is 148 (58.20% from 255 or 52.67% from 281); Green value is 101 (39.84% from 255 or 35.94% from 281); Blue value is 32 (12.89% from 255 or 11.39% from 281); Max value from RGB is 148 - color contains mainly: red. Hex color #946520 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946520 is #6B9ADF. Grayscale: #6B6B6B. Windows color (decimal): -7052000 or 2123156. OLE color: 2123156.

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

Color convert

RGB 148 101 32 -
CMYK 0 0.32 0.78 0.42
HSL 35.69º 0.64% 0.35% -
HSV(B) 35.69º 0.78% 0.58% -
XYZ 17.13 15.71 3.5 -
YUV 107.19 85.57 157.11 -
System Red Green Blue C M Y K H S L
Decimal 148 101 32 0 0.32 0.78 0.42 35.69 0.64 0.35
Hex 94 65 20 0 20 4E 2A 24 40 23
Octal 224 145 40 0 40 116 52 44 100 43
Binary 10010100 1100101 100000 0 100000 1001110 101010 100100 1000000 100011

Color Harmonies of #946520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946520

Black with #946520

Text Example


Text Example

White with #946520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946520; }

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

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

background-color css

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

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

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

border-color css

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

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

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