#945A21

Color #945A21 Afghan Tan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Afghan Tan #945A21

Tints of Afghan Tan #945A21

Color information

#945A21 (or 0x945A21) is unknown color: approx Afghan Tan. HEX triplet: 94, 5A and 21. RGB value is (148,90,33). Sum of RGB (Red+Green+Blue) = 148+90+33=271 (35% of max value = 765). Red value is 148 (58.20% from 255 or 54.61% from 271); Green value is 90 (35.55% from 255 or 33.21% from 271); Blue value is 33 (13.28% from 255 or 12.18% from 271); Max value from RGB is 148 - color contains mainly: red. Hex color #945A21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #945A21 is #6BA5DE. Grayscale: #656565. Windows color (decimal): -7054815 or 2185876. OLE color: 2185876.

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

Color convert

RGB1489033-
CMYK00.390.780.42
HSL29.74º63.54%35.49%-
HSV(B)29.74º77.7%58.04%-
XYZ16.1413.723.24-
YUV100.8489.72161.63-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 54.61%
GREEN value IS 90 (35.55% from 255) = 33.21%
BLUE value IS 33 (13.28% from 255) = 12.18%
R=54.61%
G=33.21%
B=12.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.78
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148903300.390.780.4229.7463.5435.49
Hex945A210274E2A1e4023
Octal22413241047116523610043
Binary10010100101101010000101001111001110101010111101000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945A21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #945A21;
 }
 .AnyTagClassName
 {
   color: #945A21;
 }
</style>
background-color css

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

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

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

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

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

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