Html Css Color HEX #945A20 Afghan Tan

📋 copy color: '#945A20'

red 148 ◦ green 90 ◦ blue 32

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

Shades of Afghan Tan #945A20

Tints of Afghan Tan #945A20

RGB

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

 GREEN value IS 90 (35.55% from 255) = 33.33%

 BLUE value IS 32 (12.89% from 255) = 11.85%

R = 54.81%
G = 33.33%
B = 11.85%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.78

 K value IS 0.42

RGB Variations

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

Color information

#945A20 (or 0x945A20) is known color: Afghan Tan. HEX triplet: 94, 5A and 20. RGB value is (148,90,32). Sum of RGB (Red+Green+Blue) = 148+90+32=270 (35% of max value = 765). Red value is 148 (58.20% from 255 or 54.81% from 270); Green value is 90 (35.55% from 255 or 33.33% from 270); Blue value is 32 (12.89% from 255 or 11.85% from 270); Max value from RGB is 148 - color contains mainly: red. Hex color #945A20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #945A20 is #6BA5DF. Grayscale: #656565. Windows color (decimal): -7054816 or 2120340. OLE color: 2120340.

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

Color convert

RGB 148 90 32 -
CMYK 0 0.39 0.78 0.42
HSL 30º 0.64% 0.35% -
HSV(B) 30º 0.78% 0.58% -
XYZ 16.13 13.71 3.16 -
YUV 100.73 89.22 161.72 -
System Red Green Blue C M Y K H S L
Decimal 148 90 32 0 0.39 0.78 0.42 30 0.64 0.35
Hex 94 5A 20 0 27 4E 2A 1E 40 23
Octal 224 132 40 0 47 116 52 36 100 43
Binary 10010100 1011010 100000 0 100111 1001110 101010 11110 1000000 100011

Color Harmonies of #945A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945A20

Black with #945A20

Text Example


Text Example

White with #945A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #945A20; }

 p { color: rgb(148,90,32); }

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

background-color css

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

 a { background-color: rgb(148,90,32); }

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

border-color css

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

 span { border-color: rgb(148,90,32); }

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