Html Css Color HEX #714518 Antique Brass

📋 copy color: '#714518'

red 113 ◦ green 69 ◦ blue 24

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

Shades of Antique Brass #714518

Tints of Antique Brass #714518

RGB

 RED value IS 113 (44.53% from 255) = 54.85%

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

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

R = 54.85%
G = 33.5%
B = 11.65%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.79

 K value IS 0.56

RGB Variations

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

Color information

#714518 (or 0x714518) is known color: Antique Brass. HEX triplet: 71, 45 and 18. RGB value is (113,69,24). Sum of RGB (Red+Green+Blue) = 113+69+24=206 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.85% from 206); Green value is 69 (27.34% from 255 or 33.50% from 206); Blue value is 24 (9.77% from 255 or 11.65% from 206); Max value from RGB is 113 - color contains mainly: red. Hex color #714518 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #714518 is #8EBAE7. Grayscale: #4D4D4D. Windows color (decimal): -9353960 or 1590641. OLE color: 1590641.

HSL color Cylindrical-coordinate representation of color #714518: hue angle of 30.34º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #714518 is Cyan = 0, Magento = 0.39, Yellow = 0.79 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 69 24 -
CMYK 0 0.39 0.79 0.56
HSL 30.34º 0.65% 0.27% -
HSV(B) 30.34º 0.79% 0.44% -
XYZ 9.1 7.83 1.9 -
YUV 77.03 98.08 153.66 -
System Red Green Blue C M Y K H S L
Decimal 113 69 24 0 0.39 0.79 0.56 30.34 0.65 0.27
Hex 71 45 18 0 27 4F 38 1E 41 1B
Octal 161 105 30 0 47 117 70 36 101 33
Binary 1110001 1000101 11000 0 100111 1001111 111000 11110 1000001 11011

Color Harmonies of #714518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714518

Black with #714518

Text Example


Text Example

White with #714518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714518; }

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

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

background-color css

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

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

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

border-color css

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

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

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