Html Css Color HEX #A72A1B Brown

📋 copy color: '#A72A1B'

red 167 ◦ green 42 ◦ blue 27

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

Shades of Brown #A72A1B

Tints of Brown #A72A1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 11.44%

R = 70.76%
G = 17.8%
B = 11.44%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.84

 K value IS 0.35

RGB Variations

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

Color information

#A72A1B (or 0xA72A1B) is known color: Brown. HEX triplet: A7, 2A and 1B. RGB value is (167,42,27). Sum of RGB (Red+Green+Blue) = 167+42+27=236 (31% of max value = 765). Red value is 167 (65.62% from 255 or 70.76% from 236); Green value is 42 (16.80% from 255 or 17.80% from 236); Blue value is 27 (10.94% from 255 or 11.44% from 236); Max value from RGB is 167 - color contains mainly: red. Hex color #A72A1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A72A1B is #58D5E4. Grayscale: #4D4D4D. Windows color (decimal): -5821925 or 1780391. OLE color: 1780391.

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

Color convert

RGB 167 42 27 -
CMYK 0 0.75 0.84 0.35
HSL 6.43º 0.72% 0.38% -
HSV(B) 6.43º 0.84% 0.65% -
XYZ 16.96 9.95 2.06 -
YUV 77.67 99.41 191.72 -
System Red Green Blue C M Y K H S L
Decimal 167 42 27 0 0.75 0.84 0.35 6.43 0.72 0.38
Hex A7 2A 1B 0 4B 54 23 6 48 26
Octal 247 52 33 0 113 124 43 6 110 46
Binary 10100111 101010 11011 0 1001011 1010100 100011 110 1001000 100110

Color Harmonies of #A72A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A72A1B

Black with #A72A1B

Text Example


Text Example

White with #A72A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A72A1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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