#A82423

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

Shades of Brown #A82423

Tints of Brown #A82423

Color information

#A82423 (or 0xA82423) is unknown color: approx Brown. HEX triplet: A8, 24 and 23. RGB value is (168,36,35). Sum of RGB (Red+Green+Blue) = 168+36+35=239 (31% of max value = 765). Red value is 168 (66.02% from 255 or 70.29% from 239); Green value is 36 (14.45% from 255 or 15.06% from 239); Blue value is 35 (14.06% from 255 or 14.64% from 239); Max value from RGB is 168 - color contains mainly: red. Hex color #A82423 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A82423 is #57DBDC. Grayscale: #4B4B4B. Windows color (decimal): -5757917 or 2303144. OLE color: 2303144.

HSL color Cylindrical-coordinate representation of color #A82423: hue angle of 0.45º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A82423 is Cyan = 0, Magento = 0.79, Yellow = 0.79 and Black (K on CMYK) = 0.34.

Color convert

RGB1683635-
CMYK00.790.790.34
HSL0.45º65.52%39.8%-
HSV(B)0.45º79.17%65.88%-
XYZ17.089.712.56-
YUV75.35105.23194.08-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 70.29%
GREEN value IS 36 (14.45% from 255) = 15.06%
BLUE value IS 35 (14.06% from 255) = 14.64%
R=70.29%
G=15.06%
B=14.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.79
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168363500.790.790.340.4565.5239.8
HexA8242304F4F2204228
Octal2504443011711742010250
Binary1010100010010010001101001111100111110001001000010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A82423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A82423; }

 p { color: rgb(168,36,35); }

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

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

 a { background-color: rgb(168,36,35); }

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

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

 span { border-color: rgb(168,36,35); }

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