Html Css Color HEX #73441F Antique Brass

📋 copy color: '#73441F'

red 115 ◦ green 68 ◦ blue 31

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

Shades of Antique Brass #73441F

Tints of Antique Brass #73441F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 14.49%

R = 53.74%
G = 31.78%
B = 14.49%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.73

 K value IS 0.55

RGB Variations

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

Color information

#73441F (or 0x73441F) is known color: Antique Brass. HEX triplet: 73, 44 and 1F. RGB value is (115,68,31). Sum of RGB (Red+Green+Blue) = 115+68+31=214 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.74% from 214); Green value is 68 (26.95% from 255 or 31.78% from 214); Blue value is 31 (12.5% from 255 or 14.49% from 214); Max value from RGB is 115 - color contains mainly: red. Hex color #73441F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73441F is #8CBBE0. Grayscale: #4E4E4E. Windows color (decimal): -9223137 or 2049139. OLE color: 2049139.

HSL color Cylindrical-coordinate representation of color #73441F: hue angle of 26.43º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #73441F is Cyan = 0, Magento = 0.41, Yellow = 0.73 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 68 31 -
CMYK 0 0.41 0.73 0.55
HSL 26.43º 0.58% 0.29% -
HSV(B) 26.43º 0.73% 0.45% -
XYZ 9.38 7.88 2.32 -
YUV 77.84 101.57 154.51 -
System Red Green Blue C M Y K H S L
Decimal 115 68 31 0 0.41 0.73 0.55 26.43 0.58 0.29
Hex 73 44 1F 0 29 49 37 1A 3A 1D
Octal 163 104 37 0 51 111 67 32 72 35
Binary 1110011 1000100 11111 0 101001 1001001 110111 11010 111010 11101

Color Harmonies of #73441F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73441F

Black with #73441F

Text Example


Text Example

White with #73441F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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