Html Css Color HEX #72471A Antique Brass

📋 copy color: '#72471A'

red 114 ◦ green 71 ◦ blue 26

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

Shades of Antique Brass #72471A

Tints of Antique Brass #72471A

RGB

 RED value IS 114 (44.92% from 255) = 54.03%

 GREEN value IS 71 (28.13% from 255) = 33.65%

 BLUE value IS 26 (10.55% from 255) = 12.32%

R = 54.03%
G = 33.65%
B = 12.32%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.77

 K value IS 0.55

RGB Variations

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

Color information

#72471A (or 0x72471A) is known color: Antique Brass. HEX triplet: 72, 47 and 1A. RGB value is (114,71,26). Sum of RGB (Red+Green+Blue) = 114+71+26=211 (27% of max value = 765). Red value is 114 (44.92% from 255 or 54.03% from 211); Green value is 71 (28.12% from 255 or 33.65% from 211); Blue value is 26 (10.55% from 255 or 12.32% from 211); Max value from RGB is 114 - color contains mainly: red. Hex color #72471A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72471A is #8DB8E5. Grayscale: #4E4E4E. Windows color (decimal): -9287910 or 1722226. OLE color: 1722226.

HSL color Cylindrical-coordinate representation of color #72471A: hue angle of 30.68º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #72471A is Cyan = 0, Magento = 0.38, Yellow = 0.77 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 71 26 -
CMYK 0 0.38 0.77 0.55
HSL 30.68º 0.63% 0.27% -
HSV(B) 30.68º 0.77% 0.45% -
XYZ 9.38 8.16 2.06 -
YUV 78.73 98.25 153.16 -
System Red Green Blue C M Y K H S L
Decimal 114 71 26 0 0.38 0.77 0.55 30.68 0.63 0.27
Hex 72 47 1A 0 26 4D 37 1F 3F 1B
Octal 162 107 32 0 46 115 67 37 77 33
Binary 1110010 1000111 11010 0 100110 1001101 110111 11111 111111 11011

Color Harmonies of #72471A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72471A

Black with #72471A

Text Example


Text Example

White with #72471A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72471A; }

 p { color: rgb(114,71,26); }

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

background-color css

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

 a { background-color: rgb(114,71,26); }

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

border-color css

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

 span { border-color: rgb(114,71,26); }

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