Html Css Color HEX #74501F Antique Brass

📋 copy color: '#74501F'

red 116 ◦ green 80 ◦ blue 31

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

Shades of Antique Brass #74501F

Tints of Antique Brass #74501F

RGB

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

 GREEN value IS 80 (31.64% from 255) = 35.24%

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

R = 51.1%
G = 35.24%
B = 13.66%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.73

 K value IS 0.55

RGB Variations

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

Color information

#74501F (or 0x74501F) is known color: Antique Brass. HEX triplet: 74, 50 and 1F. RGB value is (116,80,31). Sum of RGB (Red+Green+Blue) = 116+80+31=227 (30% of max value = 765). Red value is 116 (45.70% from 255 or 51.10% from 227); Green value is 80 (31.64% from 255 or 35.24% from 227); Blue value is 31 (12.5% from 255 or 13.66% from 227); Max value from RGB is 116 - color contains mainly: red. Hex color #74501F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74501F is #8BAFE0. Grayscale: #555555. Windows color (decimal): -9154529 or 2052212. OLE color: 2052212.

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

Color convert

RGB 116 80 31 -
CMYK 0 0.31 0.73 0.55
HSL 34.59º 0.58% 0.29% -
HSV(B) 34.59º 0.73% 0.45% -
XYZ 10.32 9.55 2.6 -
YUV 85.18 97.43 149.98 -
System Red Green Blue C M Y K H S L
Decimal 116 80 31 0 0.31 0.73 0.55 34.59 0.58 0.29
Hex 74 50 1F 0 1F 49 37 23 3A 1D
Octal 164 120 37 0 37 111 67 43 72 35
Binary 1110100 1010000 11111 0 11111 1001001 110111 100011 111010 11101

Color Harmonies of #74501F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74501F

Black with #74501F

Text Example


Text Example

White with #74501F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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