Html Css Color HEX #514D13 Bronze Olive

📋 copy color: '#514D13'

red 81 ◦ green 77 ◦ blue 19

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

Shades of Bronze Olive #514D13

Tints of Bronze Olive #514D13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 10.73%

R = 45.76%
G = 43.5%
B = 10.73%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.77

 K value IS 0.68

RGB Variations

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

Color information

#514D13 (or 0x514D13) is known color: Bronze Olive. HEX triplet: 51, 4D and 13. RGB value is (81,77,19). Sum of RGB (Red+Green+Blue) = 81+77+19=177 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45.76% from 177); Green value is 77 (30.47% from 255 or 43.50% from 177); Blue value is 19 (7.81% from 255 or 10.73% from 177); Max value from RGB is 81 - color contains mainly: red. Hex color #514D13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #514D13 is #AEB2EC. Grayscale: #474747. Windows color (decimal): -11449069 or 1264977. OLE color: 1264977.

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

Color convert

RGB 81 77 19 -
CMYK 0 0.05 0.77 0.68
HSL 56.13º 0.62% 0.2% -
HSV(B) 56.13º 0.77% 0.32% -
XYZ 6.16 7.1 1.66 -
YUV 71.58 98.33 134.72 -
System Red Green Blue C M Y K H S L
Decimal 81 77 19 0 0.05 0.77 0.68 56.13 0.62 0.2
Hex 51 4D 13 0 5 4D 44 38 3E 14
Octal 121 115 23 0 5 115 104 70 76 24
Binary 1010001 1001101 10011 0 101 1001101 1000100 111000 111110 10100

Color Harmonies of #514D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514D13

Black with #514D13

Text Example


Text Example

White with #514D13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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