Html Css Color HEX #A72827 Brown

📋 copy color: '#A72827'

red 167 ◦ green 40 ◦ blue 39

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

Shades of Brown #A72827

Tints of Brown #A72827

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 15.85%

R = 67.89%
G = 16.26%
B = 15.85%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.77

 K value IS 0.35

RGB Variations

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

Color information

#A72827 (or 0xA72827) is known color: Brown. HEX triplet: A7, 28 and 27. RGB value is (167,40,39). Sum of RGB (Red+Green+Blue) = 167+40+39=246 (32% of max value = 765). Red value is 167 (65.62% from 255 or 67.89% from 246); Green value is 40 (16.02% from 255 or 16.26% from 246); Blue value is 39 (15.62% from 255 or 15.85% from 246); Max value from RGB is 167 - color contains mainly: red. Hex color #A72827 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A72827 is #58D7D8. Grayscale: #4D4D4D. Windows color (decimal): -5822425 or 2566311. OLE color: 2566311.

HSL color Cylindrical-coordinate representation of color #A72827: hue angle of 0.47º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A72827 is Cyan = 0, Magento = 0.76, Yellow = 0.77 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 40 39 -
CMYK 0 0.76 0.77 0.35
HSL 0.47º 0.62% 0.4% -
HSV(B) 0.47º 0.77% 0.65% -
XYZ 17.06 9.88 2.93 -
YUV 77.86 106.08 191.58 -
System Red Green Blue C M Y K H S L
Decimal 167 40 39 0 0.76 0.77 0.35 0.47 0.62 0.4
Hex A7 28 27 0 4C 4D 23 0 3E 28
Octal 247 50 47 0 114 115 43 0 76 50
Binary 10100111 101000 100111 0 1001100 1001101 100011 0 111110 101000

Color Harmonies of #A72827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A72827

Black with #A72827

Text Example


Text Example

White with #A72827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A72827; }

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

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

background-color css

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

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

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

border-color css

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

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

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