Html Css Color HEX #A72821 Brown

📋 copy color: '#A72821'

red 167 ◦ green 40 ◦ blue 33

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

Shades of Brown #A72821

Tints of Brown #A72821

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.67%

 BLUE value IS 33 (13.28% from 255) = 13.75%

R = 69.58%
G = 16.67%
B = 13.75%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.80

 K value IS 0.35

RGB Variations

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

Color information

#A72821 (or 0xA72821) is known color: Brown. HEX triplet: A7, 28 and 21. RGB value is (167,40,33). Sum of RGB (Red+Green+Blue) = 167+40+33=240 (31% of max value = 765). Red value is 167 (65.62% from 255 or 69.58% from 240); Green value is 40 (16.02% from 255 or 16.67% from 240); Blue value is 33 (13.28% from 255 or 13.75% from 240); Max value from RGB is 167 - color contains mainly: red. Hex color #A72821 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A72821 is #58D7DE. Grayscale: #4D4D4D. Windows color (decimal): -5822431 or 2173095. OLE color: 2173095.

HSL color Cylindrical-coordinate representation of color #A72821: hue angle of 3.13º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A72821 is Cyan = 0, Magento = 0.76, Yellow = 0.80 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 40 33 -
CMYK 0 0.76 0.80 0.35
HSL 3.13º 0.67% 0.39% -
HSV(B) 3.13º 0.8% 0.65% -
XYZ 16.97 9.84 2.44 -
YUV 77.18 103.08 192.07 -
System Red Green Blue C M Y K H S L
Decimal 167 40 33 0 0.76 0.80 0.35 3.13 0.67 0.39
Hex A7 28 21 0 4C 50 23 3 43 27
Octal 247 50 41 0 114 120 43 3 103 47
Binary 10100111 101000 100001 0 1001100 1010000 100011 11 1000011 100111

Color Harmonies of #A72821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A72821

Black with #A72821

Text Example


Text Example

White with #A72821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A72821; }

 p { color: rgb(167,40,33); }

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

background-color css

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

 a { background-color: rgb(167,40,33); }

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

border-color css

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

 span { border-color: rgb(167,40,33); }

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