Html Css Color HEX #514716 Bronze Olive

📋 copy color: '#514716'

red 81 ◦ green 71 ◦ blue 22

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

Shades of Bronze Olive #514716

Tints of Bronze Olive #514716

RGB

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

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

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

R = 46.55%
G = 40.8%
B = 12.64%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.73

 K value IS 0.68

RGB Variations

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

Color information

#514716 (or 0x514716) is known color: Bronze Olive. HEX triplet: 51, 47 and 16. RGB value is (81,71,22). Sum of RGB (Red+Green+Blue) = 81+71+22=174 (23% of max value = 765). Red value is 81 (32.03% from 255 or 46.55% from 174); Green value is 71 (28.12% from 255 or 40.80% from 174); Blue value is 22 (8.98% from 255 or 12.64% from 174); Max value from RGB is 81 - color contains mainly: red. Hex color #514716 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514716 is #AEB8E9. Grayscale: #444444. Windows color (decimal): -11450602 or 1460049. OLE color: 1460049.

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

Color convert

RGB 81 71 22 -
CMYK 0 0.12 0.73 0.68
HSL 49.83º 0.57% 0.2% -
HSV(B) 49.83º 0.73% 0.32% -
XYZ 5.79 6.31 1.67 -
YUV 68.4 101.81 136.98 -
System Red Green Blue C M Y K H S L
Decimal 81 71 22 0 0.12 0.73 0.68 49.83 0.57 0.2
Hex 51 47 16 0 C 49 44 32 39 14
Octal 121 107 26 0 14 111 104 62 71 24
Binary 1010001 1000111 10110 0 1100 1001001 1000100 110010 111001 10100

Color Harmonies of #514716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514716

Black with #514716

Text Example


Text Example

White with #514716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514716; }

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

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

background-color css

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

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

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

border-color css

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

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

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