Html Css Color HEX #73491B Antique Brass

📋 copy color: '#73491B'

red 115 ◦ green 73 ◦ blue 27

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

Shades of Antique Brass #73491B

Tints of Antique Brass #73491B

RGB

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

 GREEN value IS 73 (28.91% from 255) = 33.95%

 BLUE value IS 27 (10.94% from 255) = 12.56%

R = 53.49%
G = 33.95%
B = 12.56%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.77

 K value IS 0.55

RGB Variations

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

Color information

#73491B (or 0x73491B) is known color: Antique Brass. HEX triplet: 73, 49 and 1B. RGB value is (115,73,27). Sum of RGB (Red+Green+Blue) = 115+73+27=215 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.49% from 215); Green value is 73 (28.91% from 255 or 33.95% from 215); Blue value is 27 (10.94% from 255 or 12.56% from 215); Max value from RGB is 115 - color contains mainly: red. Hex color #73491B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73491B is #8CB6E4. Grayscale: #505050. Windows color (decimal): -9221861 or 1788275. OLE color: 1788275.

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

Color convert

RGB 115 73 27 -
CMYK 0 0.37 0.77 0.55
HSL 31.36º 0.62% 0.28% -
HSV(B) 31.36º 0.77% 0.45% -
XYZ 9.65 8.49 2.17 -
YUV 80.31 97.91 152.74 -
System Red Green Blue C M Y K H S L
Decimal 115 73 27 0 0.37 0.77 0.55 31.36 0.62 0.28
Hex 73 49 1B 0 25 4D 37 1F 3E 1C
Octal 163 111 33 0 45 115 67 37 76 34
Binary 1110011 1001001 11011 0 100101 1001101 110111 11111 111110 11100

Color Harmonies of #73491B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73491B

Black with #73491B

Text Example


Text Example

White with #73491B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73491B; }

 p { color: rgb(115,73,27); }

 H1.HeaderClassName
 {
   color: #73491B;
 }
 .AnyTagClassName
 {
   color: #73491B;
 }
</style>

background-color css

<style>
 a { background-color: #73491B; }

 a { background-color: rgb(115,73,27); }

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

border-color css

<style>
 span { border-color: #73491B; }

 span { border-color: rgb(115,73,27); }

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