#A93121

Color #A93121 Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brown #A93121

Tints of Brown #A93121

Color information

#A93121 (or 0xA93121) is unknown color: approx Brown. HEX triplet: A9, 31 and 21. RGB value is (169,49,33). Sum of RGB (Red+Green+Blue) = 169+49+33=251 (33% of max value = 765). Red value is 169 (66.41% from 255 or 67.33% from 251); Green value is 49 (19.53% from 255 or 19.52% from 251); Blue value is 33 (13.28% from 255 or 13.15% from 251); Max value from RGB is 169 - color contains mainly: red. Hex color #A93121 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A93121 is #56CEDE. Grayscale: #535353. Windows color (decimal): -5689055 or 2175401. OLE color: 2175401.

HSL color Cylindrical-coordinate representation of color #A93121: hue angle of 7.06º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A93121 is Cyan = 0, Magento = 0.71, Yellow = 0.80 and Black (K on CMYK) = 0.34.

Color convert

RGB1694933-
CMYK00.710.800.34
HSL7.06º67.33%39.61%-
HSV(B)7.06º80.47%66.27%-
XYZ17.7410.742.58-
YUV83.0699.76189.3-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 67.33%
GREEN value IS 49 (19.53% from 255) = 19.52%
BLUE value IS 33 (13.28% from 255) = 13.15%
R=67.33%
G=19.52%
B=13.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.80
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169493300.710.800.347.0667.3339.61
HexA93121047502274328
Octal2516141010712042710350
Binary101010011100011000010100011110100001000101111000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A93121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A93121; }

 p { color: rgb(169,49,33); }

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

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

 a { background-color: rgb(169,49,33); }

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

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

 span { border-color: rgb(169,49,33); }

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