Html Css Color HEX #514811 Bronze Olive

📋 copy color: '#514811'

red 81 ◦ green 72 ◦ blue 17

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

Shades of Bronze Olive #514811

Tints of Bronze Olive #514811

RGB

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

 GREEN value IS 72 (28.52% from 255) = 42.35%

 BLUE value IS 17 (7.03% from 255) = 10%

R = 47.65%
G = 42.35%
B = 10%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.79

 K value IS 0.68

RGB Variations

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

Color information

#514811 (or 0x514811) is known color: Bronze Olive. HEX triplet: 51, 48 and 11. RGB value is (81,72,17). Sum of RGB (Red+Green+Blue) = 81+72+17=170 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.65% from 170); Green value is 72 (28.52% from 255 or 42.35% from 170); Blue value is 17 (7.03% from 255 or 10% from 170); Max value from RGB is 81 - color contains mainly: red. Hex color #514811 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514811 is #AEB7EE. Grayscale: #444444. Windows color (decimal): -11450351 or 1132625. OLE color: 1132625.

HSL color Cylindrical-coordinate representation of color #514811: hue angle of 51.56º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #514811 is Cyan = 0, Magento = 0.11, Yellow = 0.79 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 72 17 -
CMYK 0 0.11 0.79 0.68
HSL 51.56º 0.65% 0.19% -
HSV(B) 51.56º 0.79% 0.32% -
XYZ 5.81 6.42 1.46 -
YUV 68.42 98.98 136.97 -
System Red Green Blue C M Y K H S L
Decimal 81 72 17 0 0.11 0.79 0.68 51.56 0.65 0.19
Hex 51 48 11 0 B 4F 44 34 41 13
Octal 121 110 21 0 13 117 104 64 101 23
Binary 1010001 1001000 10001 0 1011 1001111 1000100 110100 1000001 10011

Color Harmonies of #514811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514811

Black with #514811

Text Example


Text Example

White with #514811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514811; }

 p { color: rgb(81,72,17); }

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

background-color css

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

 a { background-color: rgb(81,72,17); }

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

border-color css

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

 span { border-color: rgb(81,72,17); }

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