#A23027

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

Shades of Brown #A23027

Tints of Brown #A23027

Color information

#A23027 (or 0xA23027) is unknown color: approx Brown. HEX triplet: A2, 30 and 27. RGB value is (162,48,39). Sum of RGB (Red+Green+Blue) = 162+48+39=249 (32% of max value = 765). Red value is 162 (63.67% from 255 or 65.06% from 249); Green value is 48 (19.14% from 255 or 19.28% from 249); Blue value is 39 (15.62% from 255 or 15.66% from 249); Max value from RGB is 162 - color contains mainly: red. Hex color #A23027 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23027 is #5DCFD8. Grayscale: #515151. Windows color (decimal): -6148057 or 2568354. OLE color: 2568354.

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

Color convert

RGB1624839-
CMYK00.700.760.36
HSL4.39º61.19%39.41%-
HSV(B)4.39º75.93%63.53%-
XYZ16.329.942.98-
YUV81.06104.27185.73-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 65.06%
GREEN value IS 48 (19.14% from 255) = 19.28%
BLUE value IS 39 (15.62% from 255) = 15.66%
R=65.06%
G=19.28%
B=15.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.76
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162483900.700.760.364.3961.1939.41
HexA230270464C2443d27
Octal242604701061144447547
Binary10100010110000100111010001101001100100100100111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23027; }

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

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

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

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

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

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

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

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