Html Css Color HEX #A42A1F Brown

📋 copy color: '#A42A1F'

red 164 ◦ green 42 ◦ blue 31

#A42A1F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brown #A42A1F

Tints of Brown #A42A1F

RGB

 RED value IS 164 (64.45% from 255) = 69.2%

 GREEN value IS 42 (16.8% from 255) = 17.72%

 BLUE value IS 31 (12.5% from 255) = 13.08%

R = 69.2%
G = 17.72%
B = 13.08%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.81

 K value IS 0.36

RGB Variations

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

Color information

#A42A1F (or 0xA42A1F) is known color: Brown. HEX triplet: A4, 2A and 1F. RGB value is (164,42,31). Sum of RGB (Red+Green+Blue) = 164+42+31=237 (31% of max value = 765). Red value is 164 (64.45% from 255 or 69.20% from 237); Green value is 42 (16.80% from 255 or 17.72% from 237); Blue value is 31 (12.5% from 255 or 13.08% from 237); Max value from RGB is 164 - color contains mainly: red. Hex color #A42A1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A42A1F is #5BD5E0. Grayscale: #4D4D4D. Windows color (decimal): -6018529 or 2042532. OLE color: 2042532.

HSL color Cylindrical-coordinate representation of color #A42A1F: hue angle of 4.96º 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 #A42A1F is Cyan = 0, Magento = 0.74, Yellow = 0.81 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 42 31 -
CMYK 0 0.74 0.81 0.36
HSL 4.96º 0.68% 0.38% -
HSV(B) 4.96º 0.81% 0.64% -
XYZ 16.39 9.65 2.29 -
YUV 77.22 101.92 189.89 -
System Red Green Blue C M Y K H S L
Decimal 164 42 31 0 0.74 0.81 0.36 4.96 0.68 0.38
Hex A4 2A 1F 0 4A 51 24 5 44 26
Octal 244 52 37 0 112 121 44 5 104 46
Binary 10100100 101010 11111 0 1001010 1010001 100100 101 1000100 100110

Color Harmonies of #A42A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42A1F

Black with #A42A1F

Text Example


Text Example

White with #A42A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42A1F; }

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

 H1.HeaderClassName
 {
   color: #A42A1F;
 }
 .AnyTagClassName
 {
   color: #A42A1F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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