#935A21

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

Shades of Afghan Tan #935A21

Tints of Afghan Tan #935A21

Color information

#935A21 (or 0x935A21) is unknown color: approx Afghan Tan. HEX triplet: 93, 5A and 21. RGB value is (147,90,33). Sum of RGB (Red+Green+Blue) = 147+90+33=270 (35% of max value = 765). Red value is 147 (57.81% from 255 or 54.44% from 270); Green value is 90 (35.55% from 255 or 33.33% from 270); Blue value is 33 (13.28% from 255 or 12.22% from 270); Max value from RGB is 147 - color contains mainly: red. Hex color #935A21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #935A21 is #6CA5DE. Grayscale: #646464. Windows color (decimal): -7120351 or 2185875. OLE color: 2185875.

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

Color convert

RGB1479033-
CMYK00.390.780.42
HSL30º63.33%35.29%-
HSV(B)30º77.55%57.65%-
XYZ15.9613.633.23-
YUV100.5489.88161.13-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 54.44%
GREEN value IS 90 (35.55% from 255) = 33.33%
BLUE value IS 33 (13.28% from 255) = 12.22%
R=54.44%
G=33.33%
B=12.22%

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
Decimal147903300.390.780.423063.3335.29
Hex935A210274E2A1e3f23
Octal2231324104711652367743
Binary1001001110110101000010100111100111010101011110111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935A21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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