Html Css Color HEX #714316 Antique Brass

📋 copy color: '#714316'

red 113 ◦ green 67 ◦ blue 22

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

Shades of Antique Brass #714316

Tints of Antique Brass #714316

RGB

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

 GREEN value IS 67 (26.56% from 255) = 33.17%

 BLUE value IS 22 (8.98% from 255) = 10.89%

R = 55.94%
G = 33.17%
B = 10.89%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.81

 K value IS 0.56

RGB Variations

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

Color information

#714316 (or 0x714316) is known color: Antique Brass. HEX triplet: 71, 43 and 16. RGB value is (113,67,22). Sum of RGB (Red+Green+Blue) = 113+67+22=202 (26% of max value = 765). Red value is 113 (44.53% from 255 or 55.94% from 202); Green value is 67 (26.56% from 255 or 33.17% from 202); Blue value is 22 (8.98% from 255 or 10.89% from 202); Max value from RGB is 113 - color contains mainly: red. Hex color #714316 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #714316 is #8EBCE9. Grayscale: #4B4B4B. Windows color (decimal): -9354474 or 1459057. OLE color: 1459057.

HSL color Cylindrical-coordinate representation of color #714316: hue angle of 29.67º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #714316 is Cyan = 0, Magento = 0.41, Yellow = 0.81 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 67 22 -
CMYK 0 0.41 0.81 0.56
HSL 29.67º 0.67% 0.26% -
HSV(B) 29.67º 0.81% 0.44% -
XYZ 8.96 7.58 1.75 -
YUV 75.62 97.74 154.66 -
System Red Green Blue C M Y K H S L
Decimal 113 67 22 0 0.41 0.81 0.56 29.67 0.67 0.26
Hex 71 43 16 0 29 51 38 1E 43 1A
Octal 161 103 26 0 51 121 70 36 103 32
Binary 1110001 1000011 10110 0 101001 1010001 111000 11110 1000011 11010

Color Harmonies of #714316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714316

Black with #714316

Text Example


Text Example

White with #714316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714316; }

 p { color: rgb(113,67,22); }

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

background-color css

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

 a { background-color: rgb(113,67,22); }

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

border-color css

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

 span { border-color: rgb(113,67,22); }

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