#A23023

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

Shades of Brown #A23023

Tints of Brown #A23023

Color information

#A23023 (or 0xA23023) is unknown color: approx Brown. HEX triplet: A2, 30 and 23. RGB value is (162,48,35). Sum of RGB (Red+Green+Blue) = 162+48+35=245 (32% of max value = 765). Red value is 162 (63.67% from 255 or 66.12% from 245); Green value is 48 (19.14% from 255 or 19.59% from 245); Blue value is 35 (14.06% from 255 or 14.29% from 245); Max value from RGB is 162 - color contains mainly: red. Hex color #A23023 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23023 is #5DCFDC. Grayscale: #505050. Windows color (decimal): -6148061 or 2306210. OLE color: 2306210.

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

Color convert

RGB1624835-
CMYK00.700.780.36
HSL6.14º64.47%38.63%-
HSV(B)6.14º78.4%63.53%-
XYZ16.269.922.65-
YUV80.6102.27186.06-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 66.12%
GREEN value IS 48 (19.14% from 255) = 19.59%
BLUE value IS 35 (14.06% from 255) = 14.29%
R=66.12%
G=19.59%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.78
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162483500.700.780.366.1464.4738.63
HexA230230464E2464027
Octal2426043010611644610047
Binary101000101100001000110100011010011101001001101000000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23023; }

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

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

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

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

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

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

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

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