#A23217

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

Shades of Brown #A23217

Tints of Brown #A23217

Color information

#A23217 (or 0xA23217) is unknown color: approx Brown. HEX triplet: A2, 32 and 17. RGB value is (162,50,23). Sum of RGB (Red+Green+Blue) = 162+50+23=235 (31% of max value = 765). Red value is 162 (63.67% from 255 or 68.94% from 235); Green value is 50 (19.92% from 255 or 21.28% from 235); Blue value is 23 (9.38% from 255 or 9.79% from 235); Max value from RGB is 162 - color contains mainly: red. Hex color #A23217 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A23217 is #5DCDE8. Grayscale: #505050. Windows color (decimal): -6147561 or 1520290. OLE color: 1520290.

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

Color convert

RGB1625023-
CMYK00.690.860.36
HSL11.65º75.14%36.27%-
HSV(B)11.65º85.8%63.53%-
XYZ16.210.021.89-
YUV80.4195.61186.2-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 68.94%
GREEN value IS 50 (19.92% from 255) = 21.28%
BLUE value IS 23 (9.38% from 255) = 9.79%
R=68.94%
G=21.28%
B=9.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.86
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162502300.690.860.3611.6575.1436.27
HexA232170455624c4b24
Octal24262270105126441411344
Binary101000101100101011101000101101011010010011001001011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23217; }

 p { color: rgb(162,50,23); }

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

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

 a { background-color: rgb(162,50,23); }

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

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

 span { border-color: rgb(162,50,23); }

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