Html Css Color HEX #73481C Antique Brass

📋 copy color: '#73481C'

red 115 ◦ green 72 ◦ blue 28

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

Shades of Antique Brass #73481C

Tints of Antique Brass #73481C

RGB

 RED value IS 115 (45.31% from 255) = 53.49%

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

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

R = 53.49%
G = 33.49%
B = 13.02%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.76

 K value IS 0.55

RGB Variations

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

Color information

#73481C (or 0x73481C) is known color: Antique Brass. HEX triplet: 73, 48 and 1C. RGB value is (115,72,28). Sum of RGB (Red+Green+Blue) = 115+72+28=215 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.49% from 215); Green value is 72 (28.52% from 255 or 33.49% from 215); Blue value is 28 (11.33% from 255 or 13.02% from 215); Max value from RGB is 115 - color contains mainly: red. Hex color #73481C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73481C is #8CB7E3. Grayscale: #505050. Windows color (decimal): -9222116 or 1853555. OLE color: 1853555.

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

Color convert

RGB 115 72 28 -
CMYK 0 0.37 0.76 0.55
HSL 30.34º 0.61% 0.28% -
HSV(B) 30.34º 0.76% 0.45% -
XYZ 9.6 8.36 2.21 -
YUV 79.84 98.75 153.08 -
System Red Green Blue C M Y K H S L
Decimal 115 72 28 0 0.37 0.76 0.55 30.34 0.61 0.28
Hex 73 48 1C 0 25 4C 37 1E 3D 1C
Octal 163 110 34 0 45 114 67 36 75 34
Binary 1110011 1001000 11100 0 100101 1001100 110111 11110 111101 11100

Color Harmonies of #73481C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73481C

Black with #73481C

Text Example


Text Example

White with #73481C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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