Html Css Color HEX #744A1E Antique Brass

📋 copy color: '#744A1E'

red 116 ◦ green 74 ◦ blue 30

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

Shades of Antique Brass #744A1E

Tints of Antique Brass #744A1E

RGB

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

 GREEN value IS 74 (29.3% from 255) = 33.64%

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

R = 52.73%
G = 33.64%
B = 13.64%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.74

 K value IS 0.55

RGB Variations

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

Color information

#744A1E (or 0x744A1E) is known color: Antique Brass. HEX triplet: 74, 4A and 1E. RGB value is (116,74,30). Sum of RGB (Red+Green+Blue) = 116+74+30=220 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.73% from 220); Green value is 74 (29.30% from 255 or 33.64% from 220); Blue value is 30 (12.11% from 255 or 13.64% from 220); Max value from RGB is 116 - color contains mainly: red. Hex color #744A1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744A1E is #8BB5E1. Grayscale: #515151. Windows color (decimal): -9156066 or 1985140. OLE color: 1985140.

HSL color Cylindrical-coordinate representation of color #744A1E: hue angle of 30.7º 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 #744A1E is Cyan = 0, Magento = 0.36, Yellow = 0.74 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 74 30 -
CMYK 0 0.36 0.74 0.55
HSL 30.7º 0.59% 0.29% -
HSV(B) 30.7º 0.74% 0.45% -
XYZ 9.89 8.7 2.39 -
YUV 81.54 98.91 152.58 -
System Red Green Blue C M Y K H S L
Decimal 116 74 30 0 0.36 0.74 0.55 30.7 0.59 0.29
Hex 74 4A 1E 0 24 4A 37 1F 3B 1D
Octal 164 112 36 0 44 112 67 37 73 35
Binary 1110100 1001010 11110 0 100100 1001010 110111 11111 111011 11101

Color Harmonies of #744A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744A1E

Black with #744A1E

Text Example


Text Example

White with #744A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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