#a42b1f

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

Shades of Brown #A42B1F

Tints of Brown #A42B1F

Color information

#A42B1F (or 0xA42B1F) is unknown color: approx Brown. HEX triplet: A4, 2B and 1F. RGB value is (164,43,31). Sum of RGB (Red+Green+Blue) = 164+43+31=238 (31% of max value = 765). Red value is 164 (64.45% from 255 or 68.91% from 238); Green value is 43 (17.19% from 255 or 18.07% from 238); Blue value is 31 (12.5% from 255 or 13.03% from 238); Max value from RGB is 164 - color contains mainly: red. Hex color #A42B1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A42B1F is #5BD4E0. Grayscale: #4D4D4D. Windows color (decimal): -6018273 or 2042788. OLE color: 2042788.

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

Color convert

RGB1644331-
CMYK00.740.810.36
HSL5.41º68.21%38.24%-
HSV(B)5.41º81.1%64.31%-
XYZ16.429.722.31-
YUV77.81101.59189.48-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 68.91%
GREEN value IS 43 (17.19% from 255) = 18.07%
BLUE value IS 31 (12.5% from 255) = 13.03%
R=68.91%
G=18.07%
B=13.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.81
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164433100.740.810.365.4168.2138.24
HexA42B1F04A512454426
Octal2445337011212144510446
Binary10100100101011111110100101010100011001001011000100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a42b1f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a42b1f; }

 p { color: rgb(164,43,31); }

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

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

 a { background-color: rgb(164,43,31); }

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

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

 span { border-color: rgb(164,43,31); }

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