Html Css Color HEX #514D19 Bronze Olive

📋 copy color: '#514D19'

red 81 ◦ green 77 ◦ blue 25

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

Shades of Bronze Olive #514D19

Tints of Bronze Olive #514D19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 13.66%

R = 44.26%
G = 42.08%
B = 13.66%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.69

 K value IS 0.68

RGB Variations

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

Color information

#514D19 (or 0x514D19) is known color: Bronze Olive. HEX triplet: 51, 4D and 19. RGB value is (81,77,25). Sum of RGB (Red+Green+Blue) = 81+77+25=183 (24% of max value = 765). Red value is 81 (32.03% from 255 or 44.26% from 183); Green value is 77 (30.47% from 255 or 42.08% from 183); Blue value is 25 (10.16% from 255 or 13.66% from 183); Max value from RGB is 81 - color contains mainly: red. Hex color #514D19 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #514D19 is #AEB2E6. Grayscale: #484848. Windows color (decimal): -11449063 or 1658193. OLE color: 1658193.

HSL color Cylindrical-coordinate representation of color #514D19: hue angle of 55.71º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #514D19 is Cyan = 0, Magento = 0.05, Yellow = 0.69 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 77 25 -
CMYK 0 0.05 0.69 0.68
HSL 55.71º 0.53% 0.21% -
HSV(B) 55.71º 0.69% 0.32% -
XYZ 6.22 7.13 1.97 -
YUV 72.27 101.33 134.23 -
System Red Green Blue C M Y K H S L
Decimal 81 77 25 0 0.05 0.69 0.68 55.71 0.53 0.21
Hex 51 4D 19 0 5 45 44 38 35 15
Octal 121 115 31 0 5 105 104 70 65 25
Binary 1010001 1001101 11001 0 101 1000101 1000100 111000 110101 10101

Color Harmonies of #514D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514D19

Black with #514D19

Text Example


Text Example

White with #514D19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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