#A23327

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

Shades of Brown #A23327

Tints of Brown #A23327

Color information

#A23327 (or 0xA23327) is unknown color: approx Brown. HEX triplet: A2, 33 and 27. RGB value is (162,51,39). Sum of RGB (Red+Green+Blue) = 162+51+39=252 (33% of max value = 765). Red value is 162 (63.67% from 255 or 64.29% from 252); Green value is 51 (20.31% from 255 or 20.24% from 252); Blue value is 39 (15.62% from 255 or 15.48% from 252); Max value from RGB is 162 - color contains mainly: red. Hex color #A23327 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23327 is #5DCCD8. Grayscale: #525252. Windows color (decimal): -6147289 or 2569122. OLE color: 2569122.

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

Color convert

RGB1625139-
CMYK00.690.760.36
HSL5.85º61.19%39.41%-
HSV(B)5.85º75.93%63.53%-
XYZ16.4510.23.02-
YUV82.82103.27184.48-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 64.29%
GREEN value IS 51 (20.31% from 255) = 20.24%
BLUE value IS 39 (15.62% from 255) = 15.48%
R=64.29%
G=20.24%
B=15.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.76
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162513900.690.760.365.8561.1939.41
HexA233270454C2463d27
Octal242634701051144467547
Binary10100010110011100111010001011001100100100110111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23327; }

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

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

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

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

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

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

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

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