Html Css Color HEX #72441C Antique Brass

📋 copy color: '#72441C'

red 114 ◦ green 68 ◦ blue 28

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

Shades of Antique Brass #72441C

Tints of Antique Brass #72441C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 13.33%

R = 54.29%
G = 32.38%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.75

 K value IS 0.55

RGB Variations

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

Color information

#72441C (or 0x72441C) is known color: Antique Brass. HEX triplet: 72, 44 and 1C. RGB value is (114,68,28). Sum of RGB (Red+Green+Blue) = 114+68+28=210 (27% of max value = 765). Red value is 114 (44.92% from 255 or 54.29% from 210); Green value is 68 (26.95% from 255 or 32.38% from 210); Blue value is 28 (11.33% from 255 or 13.33% from 210); Max value from RGB is 114 - color contains mainly: red. Hex color #72441C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72441C is #8DBBE3. Grayscale: #4D4D4D. Windows color (decimal): -9288676 or 1852530. OLE color: 1852530.

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

Color convert

RGB 114 68 28 -
CMYK 0 0.40 0.75 0.55
HSL 27.91º 0.61% 0.28% -
HSV(B) 27.91º 0.75% 0.45% -
XYZ 9.22 7.8 2.12 -
YUV 77.19 100.24 154.25 -
System Red Green Blue C M Y K H S L
Decimal 114 68 28 0 0.40 0.75 0.55 27.91 0.61 0.28
Hex 72 44 1C 0 28 4B 37 1C 3D 1C
Octal 162 104 34 0 50 113 67 34 75 34
Binary 1110010 1000100 11100 0 101000 1001011 110111 11100 111101 11100

Color Harmonies of #72441C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72441C

Black with #72441C

Text Example


Text Example

White with #72441C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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