Html Css Color HEX #514906 Bronze Olive

📋 copy color: '#514906'

red 81 ◦ green 73 ◦ blue 6

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

Shades of Bronze Olive #514906

Tints of Bronze Olive #514906

RGB

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

 GREEN value IS 73 (28.91% from 255) = 45.63%

 BLUE value IS 6 (2.73% from 255) = 3.75%

R = 50.63%
G = 45.63%
B = 3.75%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.93

 K value IS 0.68

RGB Variations

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

Color information

#514906 (or 0x514906) is known color: Bronze Olive. HEX triplet: 51, 49 and 06. RGB value is (81,73,6). Sum of RGB (Red+Green+Blue) = 81+73+6=160 (21% of max value = 765). Red value is 81 (32.03% from 255 or 50.62% from 160); Green value is 73 (28.91% from 255 or 45.62% from 160); Blue value is 6 (2.73% from 255 or 3.75% from 160); Max value from RGB is 81 - color contains mainly: red. Hex color #514906 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514906 is #AEB6F9. Grayscale: #444444. Windows color (decimal): -11450106 or 411985. OLE color: 411985.

HSL color Cylindrical-coordinate representation of color #514906: hue angle of 53.6º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #514906 is Cyan = 0, Magento = 0.10, Yellow = 0.93 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 73 6 -
CMYK 0 0.10 0.93 0.68
HSL 53.6º 0.86% 0.17% -
HSV(B) 53.6º 0.93% 0.32% -
XYZ 5.81 6.53 1.13 -
YUV 67.75 93.15 137.45 -
System Red Green Blue C M Y K H S L
Decimal 81 73 6 0 0.10 0.93 0.68 53.6 0.86 0.17
Hex 51 49 6 0 A 5D 44 36 56 11
Octal 121 111 6 0 12 135 104 66 126 21
Binary 1010001 1001001 110 0 1010 1011101 1000100 110110 1010110 10001

Color Harmonies of #514906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514906

Black with #514906

Text Example


Text Example

White with #514906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514906; }

 p { color: rgb(81,73,6); }

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

background-color css

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

 a { background-color: rgb(81,73,6); }

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

border-color css

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

 span { border-color: rgb(81,73,6); }

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