Html Css Color HEX #714719 Antique Brass

📋 copy color: '#714719'

red 113 ◦ green 71 ◦ blue 25

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

Shades of Antique Brass #714719

Tints of Antique Brass #714719

RGB

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

 GREEN value IS 71 (28.13% from 255) = 33.97%

 BLUE value IS 25 (10.16% from 255) = 11.96%

R = 54.07%
G = 33.97%
B = 11.96%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.78

 K value IS 0.56

RGB Variations

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

Color information

#714719 (or 0x714719) is known color: Antique Brass. HEX triplet: 71, 47 and 19. RGB value is (113,71,25). Sum of RGB (Red+Green+Blue) = 113+71+25=209 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.07% from 209); Green value is 71 (28.12% from 255 or 33.97% from 209); Blue value is 25 (10.16% from 255 or 11.96% from 209); Max value from RGB is 113 - color contains mainly: red. Hex color #714719 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #714719 is #8EB8E6. Grayscale: #4E4E4E. Windows color (decimal): -9353447 or 1656689. OLE color: 1656689.

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

Color convert

RGB 113 71 25 -
CMYK 0 0.37 0.78 0.56
HSL 31.36º 0.64% 0.27% -
HSV(B) 31.36º 0.78% 0.44% -
XYZ 9.24 8.09 1.99 -
YUV 78.31 97.91 152.74 -
System Red Green Blue C M Y K H S L
Decimal 113 71 25 0 0.37 0.78 0.56 31.36 0.64 0.27
Hex 71 47 19 0 25 4E 38 1F 40 1B
Octal 161 107 31 0 45 116 70 37 100 33
Binary 1110001 1000111 11001 0 100101 1001110 111000 11111 1000000 11011

Color Harmonies of #714719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714719

Black with #714719

Text Example


Text Example

White with #714719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714719; }

 p { color: rgb(113,71,25); }

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

background-color css

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

 a { background-color: rgb(113,71,25); }

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

border-color css

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

 span { border-color: rgb(113,71,25); }

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