Html Css Color HEX #946428 Afghan Tan

📋 copy color: '#946428'

red 148 ◦ green 100 ◦ blue 40

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

Shades of Afghan Tan #946428

Tints of Afghan Tan #946428

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 13.89%

R = 51.39%
G = 34.72%
B = 13.89%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.73

 K value IS 0.42

RGB Variations

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

Color information

#946428 (or 0x946428) is known color: Afghan Tan. HEX triplet: 94, 64 and 28. RGB value is (148,100,40). Sum of RGB (Red+Green+Blue) = 148+100+40=288 (38% of max value = 765). Red value is 148 (58.20% from 255 or 51.39% from 288); Green value is 100 (39.45% from 255 or 34.72% from 288); Blue value is 40 (16.02% from 255 or 13.89% from 288); Max value from RGB is 148 - color contains mainly: red. Hex color #946428 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946428 is #6B9BD7. Grayscale: #6B6B6B. Windows color (decimal): -7052248 or 2647188. OLE color: 2647188.

HSL color Cylindrical-coordinate representation of color #946428: hue angle of 33.33º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #946428 is Cyan = 0, Magento = 0.32, Yellow = 0.73 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 100 40 -
CMYK 0 0.32 0.73 0.42
HSL 33.33º 0.57% 0.37% -
HSV(B) 33.33º 0.73% 0.58% -
XYZ 17.15 15.56 4.11 -
YUV 107.51 89.9 156.88 -
System Red Green Blue C M Y K H S L
Decimal 148 100 40 0 0.32 0.73 0.42 33.33 0.57 0.37
Hex 94 64 28 0 20 49 2A 21 39 25
Octal 224 144 50 0 40 111 52 41 71 45
Binary 10010100 1100100 101000 0 100000 1001001 101010 100001 111001 100101

Color Harmonies of #946428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946428

Black with #946428

Text Example


Text Example

White with #946428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946428; }

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

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

background-color css

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

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

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

border-color css

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

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

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