Html Css Color HEX #744D1E Antique Brass

📋 copy color: '#744D1E'

red 116 ◦ green 77 ◦ blue 30

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

Shades of Antique Brass #744D1E

Tints of Antique Brass #744D1E

RGB

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

 GREEN value IS 77 (30.47% from 255) = 34.53%

 BLUE value IS 30 (12.11% from 255) = 13.45%

R = 52.02%
G = 34.53%
B = 13.45%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.74

 K value IS 0.55

RGB Variations

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

Color information

#744D1E (or 0x744D1E) is known color: Antique Brass. HEX triplet: 74, 4D and 1E. RGB value is (116,77,30). Sum of RGB (Red+Green+Blue) = 116+77+30=223 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.02% from 223); Green value is 77 (30.47% from 255 or 34.53% from 223); Blue value is 30 (12.11% from 255 or 13.45% from 223); Max value from RGB is 116 - color contains mainly: red. Hex color #744D1E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #744D1E is #8BB2E1. Grayscale: #535353. Windows color (decimal): -9155298 or 1985908. OLE color: 1985908.

HSL color Cylindrical-coordinate representation of color #744D1E: hue angle of 32.79º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #744D1E is Cyan = 0, Magento = 0.34, Yellow = 0.74 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 77 30 -
CMYK 0 0.34 0.74 0.55
HSL 32.79º 0.59% 0.29% -
HSV(B) 32.79º 0.74% 0.45% -
XYZ 10.09 9.11 2.46 -
YUV 83.3 97.92 151.32 -
System Red Green Blue C M Y K H S L
Decimal 116 77 30 0 0.34 0.74 0.55 32.79 0.59 0.29
Hex 74 4D 1E 0 22 4A 37 21 3B 1D
Octal 164 115 36 0 42 112 67 41 73 35
Binary 1110100 1001101 11110 0 100010 1001010 110111 100001 111011 11101

Color Harmonies of #744D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744D1E

Black with #744D1E

Text Example


Text Example

White with #744D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744D1E; }

 p { color: rgb(116,77,30); }

 H1.HeaderClassName
 {
   color: #744D1E;
 }
 .AnyTagClassName
 {
   color: #744D1E;
 }
</style>

background-color css

<style>
 a { background-color: #744D1E; }

 a { background-color: rgb(116,77,30); }

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

border-color css

<style>
 span { border-color: #744D1E; }

 span { border-color: rgb(116,77,30); }

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