Html Css Color HEX #72441F Antique Brass

📋 copy color: '#72441F'

red 114 ◦ green 68 ◦ blue 31

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

Shades of Antique Brass #72441F

Tints of Antique Brass #72441F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 31.92%

 BLUE value IS 31 (12.5% from 255) = 14.55%

R = 53.52%
G = 31.92%
B = 14.55%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.73

 K value IS 0.55

RGB Variations

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

Color information

#72441F (or 0x72441F) is known color: Antique Brass. HEX triplet: 72, 44 and 1F. RGB value is (114,68,31). Sum of RGB (Red+Green+Blue) = 114+68+31=213 (28% of max value = 765). Red value is 114 (44.92% from 255 or 53.52% from 213); Green value is 68 (26.95% from 255 or 31.92% from 213); Blue value is 31 (12.5% from 255 or 14.55% from 213); Max value from RGB is 114 - color contains mainly: red. Hex color #72441F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72441F is #8DBBE0. Grayscale: #4D4D4D. Windows color (decimal): -9288673 or 2049138. OLE color: 2049138.

HSL color Cylindrical-coordinate representation of color #72441F: hue angle of 26.75º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #72441F is Cyan = 0, Magento = 0.40, Yellow = 0.73 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 68 31 -
CMYK 0 0.40 0.73 0.55
HSL 26.75º 0.57% 0.28% -
HSV(B) 26.75º 0.73% 0.45% -
XYZ 9.25 7.81 2.32 -
YUV 77.54 101.74 154.01 -
System Red Green Blue C M Y K H S L
Decimal 114 68 31 0 0.40 0.73 0.55 26.75 0.57 0.28
Hex 72 44 1F 0 28 49 37 1B 39 1C
Octal 162 104 37 0 50 111 67 33 71 34
Binary 1110010 1000100 11111 0 101000 1001001 110111 11011 111001 11100

Color Harmonies of #72441F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72441F

Black with #72441F

Text Example


Text Example

White with #72441F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72441F; }

 p { color: rgb(114,68,31); }

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

background-color css

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

 a { background-color: rgb(114,68,31); }

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

border-color css

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

 span { border-color: rgb(114,68,31); }

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