Html Css Color HEX #714217 Antique Brass

📋 copy color: '#714217'

red 113 ◦ green 66 ◦ blue 23

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

Shades of Antique Brass #714217

Tints of Antique Brass #714217

RGB

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

 GREEN value IS 66 (26.17% from 255) = 32.67%

 BLUE value IS 23 (9.38% from 255) = 11.39%

R = 55.94%
G = 32.67%
B = 11.39%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.80

 K value IS 0.56

RGB Variations

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

Color information

#714217 (or 0x714217) is known color: Antique Brass. HEX triplet: 71, 42 and 17. RGB value is (113,66,23). Sum of RGB (Red+Green+Blue) = 113+66+23=202 (26% of max value = 765). Red value is 113 (44.53% from 255 or 55.94% from 202); Green value is 66 (26.17% from 255 or 32.67% from 202); Blue value is 23 (9.38% from 255 or 11.39% from 202); Max value from RGB is 113 - color contains mainly: red. Hex color #714217 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #714217 is #8EBDE8. Grayscale: #4B4B4B. Windows color (decimal): -9354729 or 1524337. OLE color: 1524337.

HSL color Cylindrical-coordinate representation of color #714217: hue angle of 28.67º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #714217 is Cyan = 0, Magento = 0.42, Yellow = 0.80 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 66 23 -
CMYK 0 0.42 0.80 0.56
HSL 28.67º 0.66% 0.27% -
HSV(B) 28.67º 0.8% 0.44% -
XYZ 8.91 7.47 1.78 -
YUV 75.15 98.57 155 -
System Red Green Blue C M Y K H S L
Decimal 113 66 23 0 0.42 0.80 0.56 28.67 0.66 0.27
Hex 71 42 17 0 2A 50 38 1D 42 1B
Octal 161 102 27 0 52 120 70 35 102 33
Binary 1110001 1000010 10111 0 101010 1010000 111000 11101 1000010 11011

Color Harmonies of #714217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714217

Black with #714217

Text Example


Text Example

White with #714217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714217; }

 p { color: rgb(113,66,23); }

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

background-color css

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

 a { background-color: rgb(113,66,23); }

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

border-color css

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

 span { border-color: rgb(113,66,23); }

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