#A23221

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

Shades of Brown #A23221

Tints of Brown #A23221

Color information

#A23221 (or 0xA23221) is unknown color: approx Brown. HEX triplet: A2, 32 and 21. RGB value is (162,50,33). Sum of RGB (Red+Green+Blue) = 162+50+33=245 (32% of max value = 765). Red value is 162 (63.67% from 255 or 66.12% from 245); Green value is 50 (19.92% from 255 or 20.41% from 245); Blue value is 33 (13.28% from 255 or 13.47% from 245); Max value from RGB is 162 - color contains mainly: red. Hex color #A23221 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23221 is #5DCDDE. Grayscale: #515151. Windows color (decimal): -6147551 or 2175650. OLE color: 2175650.

HSL color Cylindrical-coordinate representation of color #A23221: hue angle of 7.91º 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 #A23221 is Cyan = 0, Magento = 0.69, Yellow = 0.80 and Black (K on CMYK) = 0.36.

Color convert

RGB1625033-
CMYK00.690.800.36
HSL7.91º66.15%38.24%-
HSV(B)7.91º79.63%63.53%-
XYZ16.3210.072.52-
YUV81.55100.61185.38-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 66.12%
GREEN value IS 50 (19.92% from 255) = 20.41%
BLUE value IS 33 (13.28% from 255) = 13.47%
R=66.12%
G=20.41%
B=13.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.80
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162503300.690.800.367.9166.1538.24
HexA23221045502484226
Octal24262410105120441010246
Binary1010001011001010000101000101101000010010010001000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23221; }

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

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

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

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

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

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

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

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