Html Css Color HEX #74491F Antique Brass

📋 copy color: '#74491F'

red 116 ◦ green 73 ◦ blue 31

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

Shades of Antique Brass #74491F

Tints of Antique Brass #74491F

RGB

 RED value IS 116 (45.7% from 255) = 52.73%

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

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

R = 52.73%
G = 33.18%
B = 14.09%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.73

 K value IS 0.55

RGB Variations

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

Color information

#74491F (or 0x74491F) is known color: Antique Brass. HEX triplet: 74, 49 and 1F. RGB value is (116,73,31). Sum of RGB (Red+Green+Blue) = 116+73+31=220 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.73% from 220); Green value is 73 (28.91% from 255 or 33.18% from 220); Blue value is 31 (12.5% from 255 or 14.09% from 220); Max value from RGB is 116 - color contains mainly: red. Hex color #74491F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74491F is #8BB6E0. Grayscale: #515151. Windows color (decimal): -9156321 or 2050420. OLE color: 2050420.

HSL color Cylindrical-coordinate representation of color #74491F: hue angle of 29.65º 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 #74491F is Cyan = 0, Magento = 0.37, Yellow = 0.73 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 73 31 -
CMYK 0 0.37 0.73 0.55
HSL 29.65º 0.58% 0.29% -
HSV(B) 29.65º 0.73% 0.45% -
XYZ 9.83 8.58 2.43 -
YUV 81.07 99.75 152.92 -
System Red Green Blue C M Y K H S L
Decimal 116 73 31 0 0.37 0.73 0.55 29.65 0.58 0.29
Hex 74 49 1F 0 25 49 37 1E 3A 1D
Octal 164 111 37 0 45 111 67 36 72 35
Binary 1110100 1001001 11111 0 100101 1001001 110111 11110 111010 11101

Color Harmonies of #74491F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74491F

Black with #74491F

Text Example


Text Example

White with #74491F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,73,31); }

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

background-color css

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

 a { background-color: rgb(116,73,31); }

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

border-color css

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

 span { border-color: rgb(116,73,31); }

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