#A23324

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

Shades of Brown #A23324

Tints of Brown #A23324

Color information

#A23324 (or 0xA23324) is unknown color: approx Brown. HEX triplet: A2, 33 and 24. RGB value is (162,51,36). Sum of RGB (Red+Green+Blue) = 162+51+36=249 (32% of max value = 765). Red value is 162 (63.67% from 255 or 65.06% from 249); Green value is 51 (20.31% from 255 or 20.48% from 249); Blue value is 36 (14.45% from 255 or 14.46% from 249); Max value from RGB is 162 - color contains mainly: red. Hex color #A23324 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23324 is #5DCCDB. Grayscale: #525252. Windows color (decimal): -6147292 or 2372514. OLE color: 2372514.

HSL color Cylindrical-coordinate representation of color #A23324: hue angle of 7.14º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A23324 is Cyan = 0, Magento = 0.69, Yellow = 0.78 and Black (K on CMYK) = 0.36.

Color convert

RGB1625136-
CMYK00.690.780.36
HSL7.14º63.64%38.82%-
HSV(B)7.14º77.78%63.53%-
XYZ16.410.182.77-
YUV82.48101.77184.72-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 65.06%
GREEN value IS 51 (20.31% from 255) = 20.48%
BLUE value IS 36 (14.45% from 255) = 14.46%
R=65.06%
G=20.48%
B=14.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.78
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162513600.690.780.367.1463.6438.82
HexA233240454E2474027
Octal2426344010511644710047
Binary101000101100111001000100010110011101001001111000000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23324; }

 p { color: rgb(162,51,36); }

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

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

 a { background-color: rgb(162,51,36); }

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

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

 span { border-color: rgb(162,51,36); }

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