Html Css Color HEX #945721 Afghan Tan

📋 copy color: '#945721'

red 148 ◦ green 87 ◦ blue 33

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

Shades of Afghan Tan #945721

Tints of Afghan Tan #945721

RGB

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

 GREEN value IS 87 (34.38% from 255) = 32.46%

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

R = 55.22%
G = 32.46%
B = 12.31%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.78

 K value IS 0.42

RGB Variations

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

Color information

#945721 (or 0x945721) is known color: Afghan Tan. HEX triplet: 94, 57 and 21. RGB value is (148,87,33). Sum of RGB (Red+Green+Blue) = 148+87+33=268 (35% of max value = 765). Red value is 148 (58.20% from 255 or 55.22% from 268); Green value is 87 (34.38% from 255 or 32.46% from 268); Blue value is 33 (13.28% from 255 or 12.31% from 268); Max value from RGB is 148 - color contains mainly: red. Hex color #945721 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #945721 is #6BA8DE. Grayscale: #636363. Windows color (decimal): -7055583 or 2185108. OLE color: 2185108.

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

Color convert

RGB 148 87 33 -
CMYK 0 0.41 0.78 0.42
HSL 28.17º 0.64% 0.35% -
HSV(B) 28.17º 0.78% 0.58% -
XYZ 15.9 13.22 3.15 -
YUV 99.08 90.71 162.89 -
System Red Green Blue C M Y K H S L
Decimal 148 87 33 0 0.41 0.78 0.42 28.17 0.64 0.35
Hex 94 57 21 0 29 4E 2A 1C 40 23
Octal 224 127 41 0 51 116 52 34 100 43
Binary 10010100 1010111 100001 0 101001 1001110 101010 11100 1000000 100011

Color Harmonies of #945721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945721

Black with #945721

Text Example


Text Example

White with #945721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #945721; }

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

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

background-color css

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

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

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

border-color css

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

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

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