Html Css Color HEX #73461B Antique Brass

📋 copy color: '#73461B'

red 115 ◦ green 70 ◦ blue 27

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

Shades of Antique Brass #73461B

Tints of Antique Brass #73461B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 33.02%

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

R = 54.25%
G = 33.02%
B = 12.74%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.77

 K value IS 0.55

RGB Variations

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

Color information

#73461B (or 0x73461B) is known color: Antique Brass. HEX triplet: 73, 46 and 1B. RGB value is (115,70,27). Sum of RGB (Red+Green+Blue) = 115+70+27=212 (28% of max value = 765). Red value is 115 (45.31% from 255 or 54.25% from 212); Green value is 70 (27.73% from 255 or 33.02% from 212); Blue value is 27 (10.94% from 255 or 12.74% from 212); Max value from RGB is 115 - color contains mainly: red. Hex color #73461B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73461B is #8CB9E4. Grayscale: #4E4E4E. Windows color (decimal): -9222629 or 1787507. OLE color: 1787507.

HSL color Cylindrical-coordinate representation of color #73461B: hue angle of 29.32º 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 #73461B is Cyan = 0, Magento = 0.39, Yellow = 0.77 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 70 27 -
CMYK 0 0.39 0.77 0.55
HSL 29.32º 0.62% 0.28% -
HSV(B) 29.32º 0.77% 0.45% -
XYZ 9.46 8.1 2.1 -
YUV 78.55 98.91 154 -
System Red Green Blue C M Y K H S L
Decimal 115 70 27 0 0.39 0.77 0.55 29.32 0.62 0.28
Hex 73 46 1B 0 27 4D 37 1D 3E 1C
Octal 163 106 33 0 47 115 67 35 76 34
Binary 1110011 1000110 11011 0 100111 1001101 110111 11101 111110 11100

Color Harmonies of #73461B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73461B

Black with #73461B

Text Example


Text Example

White with #73461B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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