Html Css Color HEX #73451A Antique Brass

📋 copy color: '#73451A'

red 115 ◦ green 69 ◦ blue 26

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

Shades of Antique Brass #73451A

Tints of Antique Brass #73451A

RGB

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

 GREEN value IS 69 (27.34% from 255) = 32.86%

 BLUE value IS 26 (10.55% from 255) = 12.38%

R = 54.76%
G = 32.86%
B = 12.38%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.77

 K value IS 0.55

RGB Variations

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

Color information

#73451A (or 0x73451A) is known color: Antique Brass. HEX triplet: 73, 45 and 1A. RGB value is (115,69,26). Sum of RGB (Red+Green+Blue) = 115+69+26=210 (27% of max value = 765). Red value is 115 (45.31% from 255 or 54.76% from 210); Green value is 69 (27.34% from 255 or 32.86% from 210); Blue value is 26 (10.55% from 255 or 12.38% from 210); Max value from RGB is 115 - color contains mainly: red. Hex color #73451A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73451A is #8CBAE5. Grayscale: #4E4E4E. Windows color (decimal): -9222886 or 1721715. OLE color: 1721715.

HSL color Cylindrical-coordinate representation of color #73451A: hue angle of 28.99º degrees, saturation: 0.63, 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 #73451A is Cyan = 0, Magento = 0.4, Yellow = 0.77 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 69 26 -
CMYK 0 0.4 0.77 0.55
HSL 28.99º 0.63% 0.28% -
HSV(B) 28.99º 0.77% 0.45% -
XYZ 9.38 7.98 2.02 -
YUV 77.85 98.74 154.5 -
System Red Green Blue C M Y K H S L
Decimal 115 69 26 0 0.4 0.77 0.55 28.99 0.63 0.28
Hex 73 45 1A 0 28 4D 37 1D 3F 1C
Octal 163 105 32 0 50 115 67 35 77 34
Binary 1110011 1000101 11010 0 101000 1001101 110111 11101 111111 11100

Color Harmonies of #73451A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73451A

Black with #73451A

Text Example


Text Example

White with #73451A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73451A; }

 p { color: rgb(115,69,26); }

 H1.HeaderClassName
 {
   color: #73451A;
 }
 .AnyTagClassName
 {
   color: #73451A;
 }
</style>

background-color css

<style>
 a { background-color: #73451A; }

 a { background-color: rgb(115,69,26); }

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

border-color css

<style>
 span { border-color: #73451A; }

 span { border-color: rgb(115,69,26); }

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