#A42C1D

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

Shades of Brown #A42C1D

Tints of Brown #A42C1D

Color information

#A42C1D (or 0xA42C1D) is unknown color: approx Brown. HEX triplet: A4, 2C and 1D. RGB value is (164,44,29). Sum of RGB (Red+Green+Blue) = 164+44+29=237 (31% of max value = 765). Red value is 164 (64.45% from 255 or 69.20% from 237); Green value is 44 (17.58% from 255 or 18.57% from 237); Blue value is 29 (11.72% from 255 or 12.24% from 237); Max value from RGB is 164 - color contains mainly: red. Hex color #A42C1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A42C1D is #5BD3E2. Grayscale: #4E4E4E. Windows color (decimal): -6018019 or 1911972. OLE color: 1911972.

HSL color Cylindrical-coordinate representation of color #A42C1D: hue angle of 6.67º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A42C1D is Cyan = 0, Magento = 0.73, Yellow = 0.82 and Black (K on CMYK) = 0.36.

Color convert

RGB1644429-
CMYK00.730.820.36
HSL6.67º69.95%37.84%-
HSV(B)6.67º82.32%64.31%-
XYZ16.439.782.18-
YUV78.17100.26189.22-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 69.20%
GREEN value IS 44 (17.58% from 255) = 18.57%
BLUE value IS 29 (11.72% from 255) = 12.24%
R=69.20%
G=18.57%
B=12.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.82
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164442900.730.820.366.6769.9537.84
HexA42C1D049522474626
Octal2445435011112244710646
Binary10100100101100111010100100110100101001001111000110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A42C1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A42C1D; }

 p { color: rgb(164,44,29); }

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

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

 a { background-color: rgb(164,44,29); }

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

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

 span { border-color: rgb(164,44,29); }

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