#A13423

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

Shades of Brown #A13423

Tints of Brown #A13423

Color information

#A13423 (or 0xA13423) is unknown color: approx Brown. HEX triplet: A1, 34 and 23. RGB value is (161,52,35). Sum of RGB (Red+Green+Blue) = 161+52+35=248 (32% of max value = 765). Red value is 161 (63.28% from 255 or 64.92% from 248); Green value is 52 (20.70% from 255 or 20.97% from 248); Blue value is 35 (14.06% from 255 or 14.11% from 248); Max value from RGB is 161 - color contains mainly: red. Hex color #A13423 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A13423 is #5ECBDC. Grayscale: #525252. Windows color (decimal): -6212573 or 2307233. OLE color: 2307233.

HSL color Cylindrical-coordinate representation of color #A13423: hue angle of 8.1º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A13423 is Cyan = 0, Magento = 0.68, Yellow = 0.78 and Black (K on CMYK) = 0.37.

Color convert

RGB1615235-
CMYK00.680.780.37
HSL8.1º64.29%38.43%-
HSV(B)8.1º78.26%63.14%-
XYZ16.2310.152.69-
YUV82.65101.11183.88-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 64.92%
GREEN value IS 52 (20.70% from 255) = 20.97%
BLUE value IS 35 (14.06% from 255) = 14.11%
R=64.92%
G=20.97%
B=14.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.78
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161523500.680.780.378.164.2938.43
HexA134230444E2584026
Octal24164430104116451010046
Binary1010000111010010001101000100100111010010110001000000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A13423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A13423; }

 p { color: rgb(161,52,35); }

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

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

 a { background-color: rgb(161,52,35); }

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

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

 span { border-color: rgb(161,52,35); }

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