Html Css Color HEX #744C20 Antique Brass

📋 copy color: '#744C20'

red 116 ◦ green 76 ◦ blue 32

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

Shades of Antique Brass #744C20

Tints of Antique Brass #744C20

RGB

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

 GREEN value IS 76 (30.08% from 255) = 33.93%

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

R = 51.79%
G = 33.93%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.72

 K value IS 0.55

RGB Variations

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

Color information

#744C20 (or 0x744C20) is known color: Antique Brass. HEX triplet: 74, 4C and 20. RGB value is (116,76,32). Sum of RGB (Red+Green+Blue) = 116+76+32=224 (29% of max value = 765). Red value is 116 (45.70% from 255 or 51.79% from 224); Green value is 76 (30.08% from 255 or 33.93% from 224); Blue value is 32 (12.89% from 255 or 14.29% from 224); Max value from RGB is 116 - color contains mainly: red. Hex color #744C20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744C20 is #8BB3DF. Grayscale: #535353. Windows color (decimal): -9155552 or 2116724. OLE color: 2116724.

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

Color convert

RGB 116 76 32 -
CMYK 0 0.34 0.72 0.55
HSL 31.43º 0.57% 0.29% -
HSV(B) 31.43º 0.72% 0.45% -
XYZ 10.05 8.99 2.57 -
YUV 82.94 99.25 151.58 -
System Red Green Blue C M Y K H S L
Decimal 116 76 32 0 0.34 0.72 0.55 31.43 0.57 0.29
Hex 74 4C 20 0 22 48 37 1F 39 1D
Octal 164 114 40 0 42 110 67 37 71 35
Binary 1110100 1001100 100000 0 100010 1001000 110111 11111 111001 11101

Color Harmonies of #744C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744C20

Black with #744C20

Text Example


Text Example

White with #744C20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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