Html Css Color HEX #514D17 Bronze Olive

📋 copy color: '#514D17'

red 81 ◦ green 77 ◦ blue 23

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

Shades of Bronze Olive #514D17

Tints of Bronze Olive #514D17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 12.71%

R = 44.75%
G = 42.54%
B = 12.71%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.72

 K value IS 0.68

RGB Variations

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

Color information

#514D17 (or 0x514D17) is known color: Bronze Olive. HEX triplet: 51, 4D and 17. RGB value is (81,77,23). Sum of RGB (Red+Green+Blue) = 81+77+23=181 (23% of max value = 765). Red value is 81 (32.03% from 255 or 44.75% from 181); Green value is 77 (30.47% from 255 or 42.54% from 181); Blue value is 23 (9.38% from 255 or 12.71% from 181); Max value from RGB is 81 - color contains mainly: red. Hex color #514D17 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #514D17 is #AEB2E8. Grayscale: #484848. Windows color (decimal): -11449065 or 1527121. OLE color: 1527121.

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

Color convert

RGB 81 77 23 -
CMYK 0 0.05 0.72 0.68
HSL 55.86º 0.56% 0.2% -
HSV(B) 55.86º 0.72% 0.32% -
XYZ 6.2 7.12 1.86 -
YUV 72.04 100.33 134.39 -
System Red Green Blue C M Y K H S L
Decimal 81 77 23 0 0.05 0.72 0.68 55.86 0.56 0.2
Hex 51 4D 17 0 5 48 44 38 38 14
Octal 121 115 27 0 5 110 104 70 70 24
Binary 1010001 1001101 10111 0 101 1001000 1000100 111000 111000 10100

Color Harmonies of #514D17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514D17

Black with #514D17

Text Example


Text Example

White with #514D17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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