Html Css Color HEX #514711 Bronze Olive

📋 copy color: '#514711'

red 81 ◦ green 71 ◦ blue 17

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

Shades of Bronze Olive #514711

Tints of Bronze Olive #514711

RGB

 RED value IS 81 (32.03% from 255) = 47.93%

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

 BLUE value IS 17 (7.03% from 255) = 10.06%

R = 47.93%
G = 42.01%
B = 10.06%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.79

 K value IS 0.68

RGB Variations

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

Color information

#514711 (or 0x514711) is known color: Bronze Olive. HEX triplet: 51, 47 and 11. RGB value is (81,71,17). Sum of RGB (Red+Green+Blue) = 81+71+17=169 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.93% from 169); Green value is 71 (28.12% from 255 or 42.01% from 169); Blue value is 17 (7.03% from 255 or 10.06% from 169); Max value from RGB is 81 - color contains mainly: red. Hex color #514711 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514711 is #AEB8EE. Grayscale: #444444. Windows color (decimal): -11450607 or 1132369. OLE color: 1132369.

HSL color Cylindrical-coordinate representation of color #514711: hue angle of 50.62º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #514711 is Cyan = 0, Magento = 0.12, Yellow = 0.79 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 71 17 -
CMYK 0 0.12 0.79 0.68
HSL 50.63º 0.65% 0.19% -
HSV(B) 50.63º 0.79% 0.32% -
XYZ 5.75 6.3 1.44 -
YUV 67.83 99.31 137.39 -
System Red Green Blue C M Y K H S L
Decimal 81 71 17 0 0.12 0.79 0.68 50.63 0.65 0.19
Hex 51 47 11 0 C 4F 44 33 41 13
Octal 121 107 21 0 14 117 104 63 101 23
Binary 1010001 1000111 10001 0 1100 1001111 1000100 110011 1000001 10011

Color Harmonies of #514711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514711

Black with #514711

Text Example


Text Example

White with #514711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514711; }

 p { color: rgb(81,71,17); }

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

background-color css

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

 a { background-color: rgb(81,71,17); }

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

border-color css

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

 span { border-color: rgb(81,71,17); }

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