#A93020

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

Shades of Brown #A93020

Tints of Brown #A93020

Color information

#A93020 (or 0xA93020) is unknown color: approx Brown. HEX triplet: A9, 30 and 20. RGB value is (169,48,32). Sum of RGB (Red+Green+Blue) = 169+48+32=249 (32% of max value = 765). Red value is 169 (66.41% from 255 or 67.87% from 249); Green value is 48 (19.14% from 255 or 19.28% from 249); Blue value is 32 (12.89% from 255 or 12.85% from 249); Max value from RGB is 169 - color contains mainly: red. Hex color #A93020 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A93020 is #56CFDF. Grayscale: #525252. Windows color (decimal): -5689312 or 2109609. OLE color: 2109609.

HSL color Cylindrical-coordinate representation of color #A93020: hue angle of 7.01º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A93020 is Cyan = 0, Magento = 0.72, Yellow = 0.81 and Black (K on CMYK) = 0.34.

Color convert

RGB1694832-
CMYK00.720.810.34
HSL7.01º68.16%39.41%-
HSV(B)7.01º81.07%66.27%-
XYZ17.6810.652.49-
YUV82.3599.59189.8-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 67.87%
GREEN value IS 48 (19.14% from 255) = 19.28%
BLUE value IS 32 (12.89% from 255) = 12.85%
R=67.87%
G=19.28%
B=12.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.81
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169483200.720.810.347.0168.1639.41
HexA93020048512274427
Octal2516040011012142710447
Binary101010011100001000000100100010100011000101111000100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A93020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A93020; }

 p { color: rgb(169,48,32); }

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

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

 a { background-color: rgb(169,48,32); }

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

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

 span { border-color: rgb(169,48,32); }

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