Html Css Color HEX #514D18 Bronze Olive

📋 copy color: '#514D18'

red 81 ◦ green 77 ◦ blue 24

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

Shades of Bronze Olive #514D18

Tints of Bronze Olive #514D18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 13.19%

R = 44.51%
G = 42.31%
B = 13.19%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.70

 K value IS 0.68

RGB Variations

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

Color information

#514D18 (or 0x514D18) is known color: Bronze Olive. HEX triplet: 51, 4D and 18. RGB value is (81,77,24). Sum of RGB (Red+Green+Blue) = 81+77+24=182 (24% of max value = 765). Red value is 81 (32.03% from 255 or 44.51% from 182); Green value is 77 (30.47% from 255 or 42.31% from 182); Blue value is 24 (9.77% from 255 or 13.19% from 182); Max value from RGB is 81 - color contains mainly: red. Hex color #514D18 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #514D18 is #AEB2E7. Grayscale: #484848. Windows color (decimal): -11449064 or 1592657. OLE color: 1592657.

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

Color convert

RGB 81 77 24 -
CMYK 0 0.05 0.70 0.68
HSL 55.79º 0.54% 0.21% -
HSV(B) 55.79º 0.7% 0.32% -
XYZ 6.21 7.12 1.91 -
YUV 72.15 100.83 134.31 -
System Red Green Blue C M Y K H S L
Decimal 81 77 24 0 0.05 0.70 0.68 55.79 0.54 0.21
Hex 51 4D 18 0 5 46 44 38 36 15
Octal 121 115 30 0 5 106 104 70 66 25
Binary 1010001 1001101 11000 0 101 1000110 1000100 111000 110110 10101

Color Harmonies of #514D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514D18

Black with #514D18

Text Example


Text Example

White with #514D18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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