Html Css Color HEX #945516 Afghan Tan

📋 copy color: '#945516'

red 148 ◦ green 85 ◦ blue 22

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

Shades of Afghan Tan #945516

Tints of Afghan Tan #945516

RGB

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

 GREEN value IS 85 (33.59% from 255) = 33.33%

 BLUE value IS 22 (8.98% from 255) = 8.63%

R = 58.04%
G = 33.33%
B = 8.63%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.85

 K value IS 0.42

RGB Variations

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

Color information

#945516 (or 0x945516) is known color: Afghan Tan. HEX triplet: 94, 55 and 16. RGB value is (148,85,22). Sum of RGB (Red+Green+Blue) = 148+85+22=255 (33% of max value = 765). Red value is 148 (58.20% from 255 or 58.04% from 255); Green value is 85 (33.59% from 255 or 33.33% from 255); Blue value is 22 (8.98% from 255 or 8.63% from 255); Max value from RGB is 148 - color contains mainly: red. Hex color #945516 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #945516 is #6BAAE9. Grayscale: #606060. Windows color (decimal): -7056106 or 1463700. OLE color: 1463700.

HSL color Cylindrical-coordinate representation of color #945516: hue angle of 30º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #945516 is Cyan = 0, Magento = 0.43, Yellow = 0.85 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 85 22 -
CMYK 0 0.43 0.85 0.42
HSL 30º 0.74% 0.33% -
HSV(B) 30º 0.85% 0.58% -
XYZ 15.61 12.85 2.42 -
YUV 96.66 85.87 164.62 -
System Red Green Blue C M Y K H S L
Decimal 148 85 22 0 0.43 0.85 0.42 30 0.74 0.33
Hex 94 55 16 0 2B 55 2A 1E 4A 21
Octal 224 125 26 0 53 125 52 36 112 41
Binary 10010100 1010101 10110 0 101011 1010101 101010 11110 1001010 100001

Color Harmonies of #945516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945516

Black with #945516

Text Example


Text Example

White with #945516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #945516; }

 p { color: rgb(148,85,22); }

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

background-color css

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

 a { background-color: rgb(148,85,22); }

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

border-color css

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

 span { border-color: rgb(148,85,22); }

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