#A23021

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

Shades of Brown #A23021

Tints of Brown #A23021

Color information

#A23021 (or 0xA23021) is unknown color: approx Brown. HEX triplet: A2, 30 and 21. RGB value is (162,48,33). Sum of RGB (Red+Green+Blue) = 162+48+33=243 (32% of max value = 765). Red value is 162 (63.67% from 255 or 66.67% from 243); Green value is 48 (19.14% from 255 or 19.75% from 243); Blue value is 33 (13.28% from 255 or 13.58% from 243); Max value from RGB is 162 - color contains mainly: red. Hex color #A23021 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23021 is #5DCFDE. Grayscale: #505050. Windows color (decimal): -6148063 or 2175138. OLE color: 2175138.

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

Color convert

RGB1624833-
CMYK00.700.800.36
HSL6.98º66.15%38.24%-
HSV(B)6.98º79.63%63.53%-
XYZ16.239.912.5-
YUV80.38101.27186.22-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 66.67%
GREEN value IS 48 (19.14% from 255) = 19.75%
BLUE value IS 33 (13.28% from 255) = 13.58%
R=66.67%
G=19.75%
B=13.58%

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
Decimal162483300.700.800.366.9866.1538.24
HexA23021046502474226
Octal2426041010612044710246
Binary101000101100001000010100011010100001001001111000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23021; }

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

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

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

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

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

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

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

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