Html Css Color HEX #72421A Antique Brass

📋 copy color: '#72421A'

red 114 ◦ green 66 ◦ blue 26

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

Shades of Antique Brass #72421A

Tints of Antique Brass #72421A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 32.04%

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

R = 55.34%
G = 32.04%
B = 12.62%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.77

 K value IS 0.55

RGB Variations

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

Color information

#72421A (or 0x72421A) is known color: Antique Brass. HEX triplet: 72, 42 and 1A. RGB value is (114,66,26). Sum of RGB (Red+Green+Blue) = 114+66+26=206 (27% of max value = 765). Red value is 114 (44.92% from 255 or 55.34% from 206); Green value is 66 (26.17% from 255 or 32.04% from 206); Blue value is 26 (10.55% from 255 or 12.62% from 206); Max value from RGB is 114 - color contains mainly: red. Hex color #72421A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72421A is #8DBDE5. Grayscale: #4B4B4B. Windows color (decimal): -9289190 or 1720946. OLE color: 1720946.

HSL color Cylindrical-coordinate representation of color #72421A: hue angle of 27.27º 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 #72421A is Cyan = 0, Magento = 0.42, Yellow = 0.77 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 66 26 -
CMYK 0 0.42 0.77 0.55
HSL 27.27º 0.63% 0.27% -
HSV(B) 27.27º 0.77% 0.45% -
XYZ 9.07 7.55 1.96 -
YUV 75.79 99.9 155.25 -
System Red Green Blue C M Y K H S L
Decimal 114 66 26 0 0.42 0.77 0.55 27.27 0.63 0.27
Hex 72 42 1A 0 2A 4D 37 1B 3F 1B
Octal 162 102 32 0 52 115 67 33 77 33
Binary 1110010 1000010 11010 0 101010 1001101 110111 11011 111111 11011

Color Harmonies of #72421A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72421A

Black with #72421A

Text Example


Text Example

White with #72421A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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