#a32423

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

Shades of Brown #A32423

Tints of Brown #A32423

Color information

#A32423 (or 0xA32423) is unknown color: approx Brown. HEX triplet: A3, 24 and 23. RGB value is (163,36,35). Sum of RGB (Red+Green+Blue) = 163+36+35=234 (30% of max value = 765). Red value is 163 (64.06% from 255 or 69.66% from 234); Green value is 36 (14.45% from 255 or 15.38% from 234); Blue value is 35 (14.06% from 255 or 14.96% from 234); Max value from RGB is 163 - color contains mainly: red. Hex color #A32423 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A32423 is #5CDBDC. Grayscale: #494949. Windows color (decimal): -6085597 or 2303139. OLE color: 2303139.

HSL color Cylindrical-coordinate representation of color #A32423: hue angle of 0.47º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A32423 is Cyan = 0, Magento = 0.78, Yellow = 0.79 and Black (K on CMYK) = 0.36.

Color convert

RGB1633635-
CMYK00.780.790.36
HSL0.47º64.65%38.82%-
HSV(B)0.47º78.53%63.92%-
XYZ16.049.172.51-
YUV73.86106.08191.58-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 69.66%
GREEN value IS 36 (14.45% from 255) = 15.38%
BLUE value IS 35 (14.06% from 255) = 14.96%
R=69.66%
G=15.38%
B=14.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.79
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163363500.780.790.360.4764.6538.82
HexA3242304E4F2404127
Octal2434443011611744010147
Binary1010001110010010001101001110100111110010001000001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a32423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a32423; }

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

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

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

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

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

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

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

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