#A23121

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

Shades of Brown #A23121

Tints of Brown #A23121

Color information

#A23121 (or 0xA23121) is unknown color: approx Brown. HEX triplet: A2, 31 and 21. RGB value is (162,49,33). Sum of RGB (Red+Green+Blue) = 162+49+33=244 (32% of max value = 765). Red value is 162 (63.67% from 255 or 66.39% from 244); Green value is 49 (19.53% from 255 or 20.08% from 244); Blue value is 33 (13.28% from 255 or 13.52% from 244); Max value from RGB is 162 - color contains mainly: red. Hex color #A23121 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23121 is #5DCEDE. Grayscale: #515151. Windows color (decimal): -6147807 or 2175394. OLE color: 2175394.

HSL color Cylindrical-coordinate representation of color #A23121: hue angle of 7.44º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A23121 is Cyan = 0, Magento = 0.70, Yellow = 0.80 and Black (K on CMYK) = 0.36.

Color convert

RGB1624933-
CMYK00.700.800.36
HSL7.44º66.15%38.24%-
HSV(B)7.44º79.63%63.53%-
XYZ16.279.992.51-
YUV80.96100.94185.8-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 66.39%
GREEN value IS 49 (19.53% from 255) = 20.08%
BLUE value IS 33 (13.28% from 255) = 13.52%
R=66.39%
G=20.08%
B=13.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.80
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162493300.700.800.367.4466.1538.24
HexA23121046502474226
Octal2426141010612044710246
Binary101000101100011000010100011010100001001001111000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23121; }

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

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

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

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

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

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

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

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