Html Css Color HEX #72481C Antique Brass

📋 copy color: '#72481C'

red 114 ◦ green 72 ◦ blue 28

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

Shades of Antique Brass #72481C

Tints of Antique Brass #72481C

RGB

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

 GREEN value IS 72 (28.52% from 255) = 33.64%

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

R = 53.27%
G = 33.64%
B = 13.08%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.75

 K value IS 0.55

RGB Variations

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

Color information

#72481C (or 0x72481C) is known color: Antique Brass. HEX triplet: 72, 48 and 1C. RGB value is (114,72,28). Sum of RGB (Red+Green+Blue) = 114+72+28=214 (28% of max value = 765). Red value is 114 (44.92% from 255 or 53.27% from 214); Green value is 72 (28.52% from 255 or 33.64% from 214); Blue value is 28 (11.33% from 255 or 13.08% from 214); Max value from RGB is 114 - color contains mainly: red. Hex color #72481C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72481C is #8DB7E3. Grayscale: #4F4F4F. Windows color (decimal): -9287652 or 1853554. OLE color: 1853554.

HSL color Cylindrical-coordinate representation of color #72481C: hue angle of 30.7º 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 #72481C is Cyan = 0, Magento = 0.37, Yellow = 0.75 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 72 28 -
CMYK 0 0.37 0.75 0.55
HSL 30.7º 0.61% 0.28% -
HSV(B) 30.7º 0.75% 0.45% -
XYZ 9.47 8.3 2.2 -
YUV 79.54 98.91 152.58 -
System Red Green Blue C M Y K H S L
Decimal 114 72 28 0 0.37 0.75 0.55 30.7 0.61 0.28
Hex 72 48 1C 0 25 4B 37 1F 3D 1C
Octal 162 110 34 0 45 113 67 37 75 34
Binary 1110010 1001000 11100 0 100101 1001011 110111 11111 111101 11100

Color Harmonies of #72481C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72481C

Black with #72481C

Text Example


Text Example

White with #72481C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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