Html Css Color HEX #514516 Bronze Olive

📋 copy color: '#514516'

red 81 ◦ green 69 ◦ blue 22

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

Shades of Bronze Olive #514516

Tints of Bronze Olive #514516

RGB

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

 GREEN value IS 69 (27.34% from 255) = 40.12%

 BLUE value IS 22 (8.98% from 255) = 12.79%

R = 47.09%
G = 40.12%
B = 12.79%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.73

 K value IS 0.68

RGB Variations

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

Color information

#514516 (or 0x514516) is known color: Bronze Olive. HEX triplet: 51, 45 and 16. RGB value is (81,69,22). Sum of RGB (Red+Green+Blue) = 81+69+22=172 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.09% from 172); Green value is 69 (27.34% from 255 or 40.12% from 172); Blue value is 22 (8.98% from 255 or 12.79% from 172); Max value from RGB is 81 - color contains mainly: red. Hex color #514516 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514516 is #AEBAE9. Grayscale: #434343. Windows color (decimal): -11451114 or 1459537. OLE color: 1459537.

HSL color Cylindrical-coordinate representation of color #514516: hue angle of 47.8º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #514516 is Cyan = 0, Magento = 0.15, Yellow = 0.73 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 69 22 -
CMYK 0 0.15 0.73 0.68
HSL 47.8º 0.57% 0.2% -
HSV(B) 47.8º 0.73% 0.32% -
XYZ 5.67 6.06 1.63 -
YUV 67.23 102.48 137.82 -
System Red Green Blue C M Y K H S L
Decimal 81 69 22 0 0.15 0.73 0.68 47.8 0.57 0.2
Hex 51 45 16 0 F 49 44 30 39 14
Octal 121 105 26 0 17 111 104 60 71 24
Binary 1010001 1000101 10110 0 1111 1001001 1000100 110000 111001 10100

Color Harmonies of #514516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514516

Black with #514516

Text Example


Text Example

White with #514516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514516; }

 p { color: rgb(81,69,22); }

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

background-color css

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

 a { background-color: rgb(81,69,22); }

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

border-color css

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

 span { border-color: rgb(81,69,22); }

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