Html Css Color HEX #514C11 Bronze Olive

📋 copy color: '#514C11'

red 81 ◦ green 76 ◦ blue 17

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

Shades of Bronze Olive #514C11

Tints of Bronze Olive #514C11

RGB

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

 GREEN value IS 76 (30.08% from 255) = 43.68%

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

R = 46.55%
G = 43.68%
B = 9.77%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.79

 K value IS 0.68

RGB Variations

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

Color information

#514C11 (or 0x514C11) is known color: Bronze Olive. HEX triplet: 51, 4C and 11. RGB value is (81,76,17). Sum of RGB (Red+Green+Blue) = 81+76+17=174 (23% of max value = 765). Red value is 81 (32.03% from 255 or 46.55% from 174); Green value is 76 (30.08% from 255 or 43.68% from 174); Blue value is 17 (7.03% from 255 or 9.77% from 174); Max value from RGB is 81 - color contains mainly: red. Hex color #514C11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514C11 is #AEB3EE. Grayscale: #474747. Windows color (decimal): -11449327 or 1133649. OLE color: 1133649.

HSL color Cylindrical-coordinate representation of color #514C11: hue angle of 55.31º 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 #514C11 is Cyan = 0, Magento = 0.06, Yellow = 0.79 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 76 17 -
CMYK 0 0.06 0.79 0.68
HSL 55.31º 0.65% 0.19% -
HSV(B) 55.31º 0.79% 0.32% -
XYZ 6.08 6.96 1.55 -
YUV 70.77 97.66 135.3 -
System Red Green Blue C M Y K H S L
Decimal 81 76 17 0 0.06 0.79 0.68 55.31 0.65 0.19
Hex 51 4C 11 0 6 4F 44 37 41 13
Octal 121 114 21 0 6 117 104 67 101 23
Binary 1010001 1001100 10001 0 110 1001111 1000100 110111 1000001 10011

Color Harmonies of #514C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514C11

Black with #514C11

Text Example


Text Example

White with #514C11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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