Html Css Color HEX #744D1D Antique Brass

📋 copy color: '#744D1D'

red 116 ◦ green 77 ◦ blue 29

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

Shades of Antique Brass #744D1D

Tints of Antique Brass #744D1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 13.06%

R = 52.25%
G = 34.68%
B = 13.06%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.75

 K value IS 0.55

RGB Variations

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

Color information

#744D1D (or 0x744D1D) is known color: Antique Brass. HEX triplet: 74, 4D and 1D. RGB value is (116,77,29). Sum of RGB (Red+Green+Blue) = 116+77+29=222 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.25% from 222); Green value is 77 (30.47% from 255 or 34.68% from 222); Blue value is 29 (11.72% from 255 or 13.06% from 222); Max value from RGB is 116 - color contains mainly: red. Hex color #744D1D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #744D1D is #8BB2E2. Grayscale: #535353. Windows color (decimal): -9155299 or 1920372. OLE color: 1920372.

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

Color convert

RGB 116 77 29 -
CMYK 0 0.34 0.75 0.55
HSL 33.1º 0.6% 0.28% -
HSV(B) 33.1º 0.75% 0.45% -
XYZ 10.08 9.11 2.39 -
YUV 83.19 97.42 151.4 -
System Red Green Blue C M Y K H S L
Decimal 116 77 29 0 0.34 0.75 0.55 33.1 0.6 0.28
Hex 74 4D 1D 0 22 4B 37 21 3C 1C
Octal 164 115 35 0 42 113 67 41 74 34
Binary 1110100 1001101 11101 0 100010 1001011 110111 100001 111100 11100

Color Harmonies of #744D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744D1D

Black with #744D1D

Text Example


Text Example

White with #744D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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