Html Css Color HEX #744518 Antique Brass

📋 copy color: '#744518'

red 116 ◦ green 69 ◦ blue 24

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

Shades of Antique Brass #744518

Tints of Antique Brass #744518

RGB

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

 GREEN value IS 69 (27.34% from 255) = 33.01%

 BLUE value IS 24 (9.77% from 255) = 11.48%

R = 55.5%
G = 33.01%
B = 11.48%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.79

 K value IS 0.55

RGB Variations

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

Color information

#744518 (or 0x744518) is known color: Antique Brass. HEX triplet: 74, 45 and 18. RGB value is (116,69,24). Sum of RGB (Red+Green+Blue) = 116+69+24=209 (27% of max value = 765). Red value is 116 (45.70% from 255 or 55.50% from 209); Green value is 69 (27.34% from 255 or 33.01% from 209); Blue value is 24 (9.77% from 255 or 11.48% from 209); Max value from RGB is 116 - color contains mainly: red. Hex color #744518 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #744518 is #8BBAE7. Grayscale: #4E4E4E. Windows color (decimal): -9157352 or 1590644. OLE color: 1590644.

HSL color Cylindrical-coordinate representation of color #744518: hue angle of 29.35º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #744518 is Cyan = 0, Magento = 0.41, Yellow = 0.79 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 69 24 -
CMYK 0 0.41 0.79 0.55
HSL 29.35º 0.66% 0.27% -
HSV(B) 29.35º 0.79% 0.45% -
XYZ 9.5 8.04 1.91 -
YUV 77.92 97.57 155.16 -
System Red Green Blue C M Y K H S L
Decimal 116 69 24 0 0.41 0.79 0.55 29.35 0.66 0.27
Hex 74 45 18 0 29 4F 37 1D 42 1B
Octal 164 105 30 0 51 117 67 35 102 33
Binary 1110100 1000101 11000 0 101001 1001111 110111 11101 1000010 11011

Color Harmonies of #744518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744518

Black with #744518

Text Example


Text Example

White with #744518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744518; }

 p { color: rgb(116,69,24); }

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

background-color css

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

 a { background-color: rgb(116,69,24); }

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

border-color css

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

 span { border-color: rgb(116,69,24); }

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