Html Css Color HEX #744620 Antique Brass

📋 copy color: '#744620'

red 116 ◦ green 70 ◦ blue 32

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

Shades of Antique Brass #744620

Tints of Antique Brass #744620

RGB

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

 GREEN value IS 70 (27.73% from 255) = 32.11%

 BLUE value IS 32 (12.89% from 255) = 14.68%

R = 53.21%
G = 32.11%
B = 14.68%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.72

 K value IS 0.55

RGB Variations

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

Color information

#744620 (or 0x744620) is known color: Antique Brass. HEX triplet: 74, 46 and 20. RGB value is (116,70,32). Sum of RGB (Red+Green+Blue) = 116+70+32=218 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.21% from 218); Green value is 70 (27.73% from 255 or 32.11% from 218); Blue value is 32 (12.89% from 255 or 14.68% from 218); Max value from RGB is 116 - color contains mainly: red. Hex color #744620 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744620 is #8BB9DF. Grayscale: #4F4F4F. Windows color (decimal): -9157088 or 2115188. OLE color: 2115188.

HSL color Cylindrical-coordinate representation of color #744620: hue angle of 27.14º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #744620 is Cyan = 0, Magento = 0.40, Yellow = 0.72 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 70 32 -
CMYK 0 0.40 0.72 0.55
HSL 27.14º 0.57% 0.29% -
HSV(B) 27.14º 0.72% 0.45% -
XYZ 9.65 8.2 2.44 -
YUV 79.42 101.24 154.09 -
System Red Green Blue C M Y K H S L
Decimal 116 70 32 0 0.40 0.72 0.55 27.14 0.57 0.29
Hex 74 46 20 0 28 48 37 1B 39 1D
Octal 164 106 40 0 50 110 67 33 71 35
Binary 1110100 1000110 100000 0 101000 1001000 110111 11011 111001 11101

Color Harmonies of #744620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744620

Black with #744620

Text Example


Text Example

White with #744620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744620; }

 p { color: rgb(116,70,32); }

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

background-color css

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

 a { background-color: rgb(116,70,32); }

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

border-color css

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

 span { border-color: rgb(116,70,32); }

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