Html Css Color HEX #946425 Afghan Tan

📋 copy color: '#946425'

red 148 ◦ green 100 ◦ blue 37

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

Shades of Afghan Tan #946425

Tints of Afghan Tan #946425

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 12.98%

R = 51.93%
G = 35.09%
B = 12.98%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.75

 K value IS 0.42

RGB Variations

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

Color information

#946425 (or 0x946425) is known color: Afghan Tan. HEX triplet: 94, 64 and 25. RGB value is (148,100,37). Sum of RGB (Red+Green+Blue) = 148+100+37=285 (37% of max value = 765). Red value is 148 (58.20% from 255 or 51.93% from 285); Green value is 100 (39.45% from 255 or 35.09% from 285); Blue value is 37 (14.84% from 255 or 12.98% from 285); Max value from RGB is 148 - color contains mainly: red. Hex color #946425 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946425 is #6B9BDA. Grayscale: #6B6B6B. Windows color (decimal): -7052251 or 2450580. OLE color: 2450580.

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

Color convert

RGB 148 100 37 -
CMYK 0 0.32 0.75 0.42
HSL 34.05º 0.6% 0.36% -
HSV(B) 34.05º 0.75% 0.58% -
XYZ 17.1 15.54 3.85 -
YUV 107.17 88.4 157.12 -
System Red Green Blue C M Y K H S L
Decimal 148 100 37 0 0.32 0.75 0.42 34.05 0.6 0.36
Hex 94 64 25 0 20 4B 2A 22 3C 24
Octal 224 144 45 0 40 113 52 42 74 44
Binary 10010100 1100100 100101 0 100000 1001011 101010 100010 111100 100100

Color Harmonies of #946425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946425

Black with #946425

Text Example


Text Example

White with #946425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946425; }

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

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

background-color css

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

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

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

border-color css

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

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

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