Html Css Color HEX #945521 Afghan Tan

📋 copy color: '#945521'

red 148 ◦ green 85 ◦ blue 33

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

Shades of Afghan Tan #945521

Tints of Afghan Tan #945521

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 12.41%

R = 55.64%
G = 31.95%
B = 12.41%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.78

 K value IS 0.42

RGB Variations

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

Color information

#945521 (or 0x945521) is known color: Afghan Tan. HEX triplet: 94, 55 and 21. RGB value is (148,85,33). Sum of RGB (Red+Green+Blue) = 148+85+33=266 (35% of max value = 765). Red value is 148 (58.20% from 255 or 55.64% from 266); Green value is 85 (33.59% from 255 or 31.95% from 266); Blue value is 33 (13.28% from 255 or 12.41% from 266); Max value from RGB is 148 - color contains mainly: red. Hex color #945521 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #945521 is #6BAADE. Grayscale: #626262. Windows color (decimal): -7056095 or 2184596. OLE color: 2184596.

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

Color convert

RGB 148 85 33 -
CMYK 0 0.43 0.78 0.42
HSL 27.13º 0.64% 0.35% -
HSV(B) 27.13º 0.78% 0.58% -
XYZ 15.74 12.9 3.1 -
YUV 97.91 91.37 163.73 -
System Red Green Blue C M Y K H S L
Decimal 148 85 33 0 0.43 0.78 0.42 27.13 0.64 0.35
Hex 94 55 21 0 2B 4E 2A 1B 40 23
Octal 224 125 41 0 53 116 52 33 100 43
Binary 10010100 1010101 100001 0 101011 1001110 101010 11011 1000000 100011

Color Harmonies of #945521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945521

Black with #945521

Text Example


Text Example

White with #945521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #945521; }

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

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

background-color css

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

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

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

border-color css

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

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

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