Html Css Color HEX #A42C14 Brown

📋 copy color: '#A42C14'

red 164 ◦ green 44 ◦ blue 20

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

Shades of Brown #A42C14

Tints of Brown #A42C14

RGB

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

 GREEN value IS 44 (17.58% from 255) = 19.3%

 BLUE value IS 20 (8.2% from 255) = 8.77%

R = 71.93%
G = 19.3%
B = 8.77%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.88

 K value IS 0.36

RGB Variations

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

Color information

#A42C14 (or 0xA42C14) is known color: Brown. HEX triplet: A4, 2C and 14. RGB value is (164,44,20). Sum of RGB (Red+Green+Blue) = 164+44+20=228 (30% of max value = 765). Red value is 164 (64.45% from 255 or 71.93% from 228); Green value is 44 (17.58% from 255 or 19.30% from 228); Blue value is 20 (8.20% from 255 or 8.77% from 228); Max value from RGB is 164 - color contains mainly: red. Hex color #A42C14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A42C14 is #5BD3EB. Grayscale: #4D4D4D. Windows color (decimal): -6018028 or 1322148. OLE color: 1322148.

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

Color convert

RGB 164 44 20 -
CMYK 0 0.73 0.88 0.36
HSL 10º 0.78% 0.36% -
HSV(B) 10º 0.88% 0.64% -
XYZ 16.34 9.74 1.68 -
YUV 77.14 95.76 189.95 -
System Red Green Blue C M Y K H S L
Decimal 164 44 20 0 0.73 0.88 0.36 10 0.78 0.36
Hex A4 2C 14 0 49 58 24 A 4E 24
Octal 244 54 24 0 111 130 44 12 116 44
Binary 10100100 101100 10100 0 1001001 1011000 100100 1010 1001110 100100

Color Harmonies of #A42C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42C14

Black with #A42C14

Text Example


Text Example

White with #A42C14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42C14; }

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

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

background-color css

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

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

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

border-color css

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

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

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