Html Css Color HEX #945E20 Afghan Tan

📋 copy color: '#945E20'

red 148 ◦ green 94 ◦ blue 32

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

Shades of Afghan Tan #945E20

Tints of Afghan Tan #945E20

RGB

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

 GREEN value IS 94 (37.11% from 255) = 34.31%

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

R = 54.01%
G = 34.31%
B = 11.68%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.78

 K value IS 0.42

RGB Variations

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

Color information

#945E20 (or 0x945E20) is known color: Afghan Tan. HEX triplet: 94, 5E and 20. RGB value is (148,94,32). Sum of RGB (Red+Green+Blue) = 148+94+32=274 (36% of max value = 765). Red value is 148 (58.20% from 255 or 54.01% from 274); Green value is 94 (37.11% from 255 or 34.31% from 274); Blue value is 32 (12.89% from 255 or 11.68% from 274); Max value from RGB is 148 - color contains mainly: red. Hex color #945E20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #945E20 is #6BA1DF. Grayscale: #676767. Windows color (decimal): -7053792 or 2121364. OLE color: 2121364.

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

Color convert

RGB 148 94 32 -
CMYK 0 0.36 0.78 0.42
HSL 32.07º 0.64% 0.35% -
HSV(B) 32.07º 0.78% 0.58% -
XYZ 16.48 14.41 3.28 -
YUV 103.08 87.89 160.04 -
System Red Green Blue C M Y K H S L
Decimal 148 94 32 0 0.36 0.78 0.42 32.07 0.64 0.35
Hex 94 5E 20 0 24 4E 2A 20 40 23
Octal 224 136 40 0 44 116 52 40 100 43
Binary 10010100 1011110 100000 0 100100 1001110 101010 100000 1000000 100011

Color Harmonies of #945E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945E20

Black with #945E20

Text Example


Text Example

White with #945E20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #945E20; }

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

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

background-color css

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

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

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

border-color css

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

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

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