Html Css Color HEX #514D16 Bronze Olive

📋 copy color: '#514D16'

red 81 ◦ green 77 ◦ blue 22

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

Shades of Bronze Olive #514D16

Tints of Bronze Olive #514D16

RGB

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

 GREEN value IS 77 (30.47% from 255) = 42.78%

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

R = 45%
G = 42.78%
B = 12.22%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.73

 K value IS 0.68

RGB Variations

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

Color information

#514D16 (or 0x514D16) is known color: Bronze Olive. HEX triplet: 51, 4D and 16. RGB value is (81,77,22). Sum of RGB (Red+Green+Blue) = 81+77+22=180 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45% from 180); Green value is 77 (30.47% from 255 or 42.78% from 180); Blue value is 22 (8.98% from 255 or 12.22% from 180); Max value from RGB is 81 - color contains mainly: red. Hex color #514D16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #514D16 is #AEB2E9. Grayscale: #484848. Windows color (decimal): -11449066 or 1461585. OLE color: 1461585.

HSL color Cylindrical-coordinate representation of color #514D16: hue angle of 55.93º 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 #514D16 is Cyan = 0, Magento = 0.05, Yellow = 0.73 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 77 22 -
CMYK 0 0.05 0.73 0.68
HSL 55.93º 0.57% 0.2% -
HSV(B) 55.93º 0.73% 0.32% -
XYZ 6.19 7.12 1.81 -
YUV 71.93 99.83 134.47 -
System Red Green Blue C M Y K H S L
Decimal 81 77 22 0 0.05 0.73 0.68 55.93 0.57 0.2
Hex 51 4D 16 0 5 49 44 38 39 14
Octal 121 115 26 0 5 111 104 70 71 24
Binary 1010001 1001101 10110 0 101 1001001 1000100 111000 111001 10100

Color Harmonies of #514D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514D16

Black with #514D16

Text Example


Text Example

White with #514D16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514D16; }

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

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

background-color css

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

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

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

border-color css

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

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

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