Html Css Color HEX #514D1F Bronze Olive

📋 copy color: '#514D1F'

red 81 ◦ green 77 ◦ blue 31

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

Shades of Bronze Olive #514D1F

Tints of Bronze Olive #514D1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 16.4%

R = 42.86%
G = 40.74%
B = 16.4%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.62

 K value IS 0.68

RGB Variations

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

Color information

#514D1F (or 0x514D1F) is known color: Bronze Olive. HEX triplet: 51, 4D and 1F. RGB value is (81,77,31). Sum of RGB (Red+Green+Blue) = 81+77+31=189 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.86% from 189); Green value is 77 (30.47% from 255 or 40.74% from 189); Blue value is 31 (12.5% from 255 or 16.40% from 189); Max value from RGB is 81 - color contains mainly: red. Hex color #514D1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #514D1F is #AEB2E0. Grayscale: #494949. Windows color (decimal): -11449057 or 2051409. OLE color: 2051409.

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

Color convert

RGB 81 77 31 -
CMYK 0 0.05 0.62 0.68
HSL 55.2º 0.45% 0.22% -
HSV(B) 55.2º 0.62% 0.32% -
XYZ 6.29 7.16 2.35 -
YUV 72.95 104.33 133.74 -
System Red Green Blue C M Y K H S L
Decimal 81 77 31 0 0.05 0.62 0.68 55.2 0.45 0.22
Hex 51 4D 1F 0 5 3E 44 37 2D 16
Octal 121 115 37 0 5 76 104 67 55 26
Binary 1010001 1001101 11111 0 101 111110 1000100 110111 101101 10110

Color Harmonies of #514D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514D1F

Black with #514D1F

Text Example


Text Example

White with #514D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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