Html Css Color HEX #A7342A Brown

📋 copy color: '#A7342A'

red 167 ◦ green 52 ◦ blue 42

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

Shades of Brown #A7342A

Tints of Brown #A7342A

RGB

 RED value IS 167 (65.63% from 255) = 63.98%

 GREEN value IS 52 (20.7% from 255) = 19.92%

 BLUE value IS 42 (16.8% from 255) = 16.09%

R = 63.98%
G = 19.92%
B = 16.09%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.75

 K value IS 0.35

RGB Variations

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

Color information

#A7342A (or 0xA7342A) is known color: Brown. HEX triplet: A7, 34 and 2A. RGB value is (167,52,42). Sum of RGB (Red+Green+Blue) = 167+52+42=261 (34% of max value = 765). Red value is 167 (65.62% from 255 or 63.98% from 261); Green value is 52 (20.70% from 255 or 19.92% from 261); Blue value is 42 (16.80% from 255 or 16.09% from 261); Max value from RGB is 167 - color contains mainly: red. Hex color #A7342A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A7342A is #58CBD5. Grayscale: #555555. Windows color (decimal): -5819350 or 2765991. OLE color: 2765991.

HSL color Cylindrical-coordinate representation of color #A7342A: hue angle of 4.8º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A7342A is Cyan = 0, Magento = 0.69, Yellow = 0.75 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 52 42 -
CMYK 0 0.69 0.75 0.35
HSL 4.8º 0.6% 0.41% -
HSV(B) 4.8º 0.75% 0.65% -
XYZ 17.58 10.84 3.36 -
YUV 85.25 103.6 186.31 -
System Red Green Blue C M Y K H S L
Decimal 167 52 42 0 0.69 0.75 0.35 4.8 0.6 0.41
Hex A7 34 2A 0 45 4B 23 5 3C 29
Octal 247 64 52 0 105 113 43 5 74 51
Binary 10100111 110100 101010 0 1000101 1001011 100011 101 111100 101001

Color Harmonies of #A7342A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7342A

Black with #A7342A

Text Example


Text Example

White with #A7342A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7342A; }

 p { color: rgb(167,52,42); }

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

background-color css

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

 a { background-color: rgb(167,52,42); }

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

border-color css

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

 span { border-color: rgb(167,52,42); }

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