Html Css Color HEX #514913 Bronze Olive

📋 copy color: '#514913'

red 81 ◦ green 73 ◦ blue 19

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

Shades of Bronze Olive #514913

Tints of Bronze Olive #514913

RGB

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

 GREEN value IS 73 (28.91% from 255) = 42.2%

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

R = 46.82%
G = 42.2%
B = 10.98%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.77

 K value IS 0.68

RGB Variations

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

Color information

#514913 (or 0x514913) is known color: Bronze Olive. HEX triplet: 51, 49 and 13. RGB value is (81,73,19). Sum of RGB (Red+Green+Blue) = 81+73+19=173 (22% of max value = 765). Red value is 81 (32.03% from 255 or 46.82% from 173); Green value is 73 (28.91% from 255 or 42.20% from 173); Blue value is 19 (7.81% from 255 or 10.98% from 173); Max value from RGB is 81 - color contains mainly: red. Hex color #514913 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514913 is #AEB6EC. Grayscale: #454545. Windows color (decimal): -11450093 or 1263953. OLE color: 1263953.

HSL color Cylindrical-coordinate representation of color #514913: hue angle of 52.26º 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 #514913 is Cyan = 0, Magento = 0.10, Yellow = 0.77 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 73 19 -
CMYK 0 0.10 0.77 0.68
HSL 52.26º 0.62% 0.2% -
HSV(B) 52.26º 0.77% 0.32% -
XYZ 5.89 6.56 1.57 -
YUV 69.24 99.65 136.39 -
System Red Green Blue C M Y K H S L
Decimal 81 73 19 0 0.10 0.77 0.68 52.26 0.62 0.2
Hex 51 49 13 0 A 4D 44 34 3E 14
Octal 121 111 23 0 12 115 104 64 76 24
Binary 1010001 1001001 10011 0 1010 1001101 1000100 110100 111110 10100

Color Harmonies of #514913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514913

Black with #514913

Text Example


Text Example

White with #514913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514913; }

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

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

background-color css

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

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

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

border-color css

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

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

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