Html Css Color HEX #A72C1E Brown

📋 copy color: '#A72C1E'

red 167 ◦ green 44 ◦ blue 30

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

Shades of Brown #A72C1E

Tints of Brown #A72C1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 12.45%

R = 69.29%
G = 18.26%
B = 12.45%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.82

 K value IS 0.35

RGB Variations

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

Color information

#A72C1E (or 0xA72C1E) is known color: Brown. HEX triplet: A7, 2C and 1E. RGB value is (167,44,30). Sum of RGB (Red+Green+Blue) = 167+44+30=241 (31% of max value = 765). Red value is 167 (65.62% from 255 or 69.29% from 241); Green value is 44 (17.58% from 255 or 18.26% from 241); Blue value is 30 (12.11% from 255 or 12.45% from 241); Max value from RGB is 167 - color contains mainly: red. Hex color #A72C1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A72C1E is #58D3E1. Grayscale: #4F4F4F. Windows color (decimal): -5821410 or 1977511. OLE color: 1977511.

HSL color Cylindrical-coordinate representation of color #A72C1E: hue angle of 6.13º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A72C1E is Cyan = 0, Magento = 0.74, Yellow = 0.82 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 44 30 -
CMYK 0 0.74 0.82 0.35
HSL 6.13º 0.7% 0.39% -
HSV(B) 6.13º 0.82% 0.65% -
XYZ 17.07 10.11 2.28 -
YUV 79.18 100.25 190.64 -
System Red Green Blue C M Y K H S L
Decimal 167 44 30 0 0.74 0.82 0.35 6.13 0.7 0.39
Hex A7 2C 1E 0 4A 52 23 6 46 27
Octal 247 54 36 0 112 122 43 6 106 47
Binary 10100111 101100 11110 0 1001010 1010010 100011 110 1000110 100111

Color Harmonies of #A72C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A72C1E

Black with #A72C1E

Text Example


Text Example

White with #A72C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A72C1E; }

 p { color: rgb(167,44,30); }

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

background-color css

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

 a { background-color: rgb(167,44,30); }

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

border-color css

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

 span { border-color: rgb(167,44,30); }

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