Html Css Color HEX #73441A Antique Brass

📋 copy color: '#73441A'

red 115 ◦ green 68 ◦ blue 26

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

Shades of Antique Brass #73441A

Tints of Antique Brass #73441A

RGB

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

 GREEN value IS 68 (26.95% from 255) = 32.54%

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

R = 55.02%
G = 32.54%
B = 12.44%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.77

 K value IS 0.55

RGB Variations

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

Color information

#73441A (or 0x73441A) is known color: Antique Brass. HEX triplet: 73, 44 and 1A. RGB value is (115,68,26). Sum of RGB (Red+Green+Blue) = 115+68+26=209 (27% of max value = 765). Red value is 115 (45.31% from 255 or 55.02% from 209); Green value is 68 (26.95% from 255 or 32.54% from 209); Blue value is 26 (10.55% from 255 or 12.44% from 209); Max value from RGB is 115 - color contains mainly: red. Hex color #73441A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73441A is #8CBBE5. Grayscale: #4D4D4D. Windows color (decimal): -9223142 or 1721459. OLE color: 1721459.

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

Color convert

RGB 115 68 26 -
CMYK 0 0.41 0.77 0.55
HSL 28.31º 0.63% 0.28% -
HSV(B) 28.31º 0.77% 0.45% -
XYZ 9.32 7.85 2 -
YUV 77.27 99.07 154.92 -
System Red Green Blue C M Y K H S L
Decimal 115 68 26 0 0.41 0.77 0.55 28.31 0.63 0.28
Hex 73 44 1A 0 29 4D 37 1C 3F 1C
Octal 163 104 32 0 51 115 67 34 77 34
Binary 1110011 1000100 11010 0 101001 1001101 110111 11100 111111 11100

Color Harmonies of #73441A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73441A

Black with #73441A

Text Example


Text Example

White with #73441A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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