Html Css Color HEX #514C16 Bronze Olive

📋 copy color: '#514C16'

red 81 ◦ green 76 ◦ blue 22

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

Shades of Bronze Olive #514C16

Tints of Bronze Olive #514C16

RGB

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

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

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

R = 45.25%
G = 42.46%
B = 12.29%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.73

 K value IS 0.68

RGB Variations

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

Color information

#514C16 (or 0x514C16) is known color: Bronze Olive. HEX triplet: 51, 4C and 16. RGB value is (81,76,22). Sum of RGB (Red+Green+Blue) = 81+76+22=179 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45.25% from 179); Green value is 76 (30.08% from 255 or 42.46% from 179); Blue value is 22 (8.98% from 255 or 12.29% from 179); Max value from RGB is 81 - color contains mainly: red. Hex color #514C16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514C16 is #AEB3E9. Grayscale: #474747. Windows color (decimal): -11449322 or 1461329. OLE color: 1461329.

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

Color convert

RGB 81 76 22 -
CMYK 0 0.06 0.73 0.68
HSL 54.92º 0.57% 0.2% -
HSV(B) 54.92º 0.73% 0.32% -
XYZ 6.12 6.98 1.78 -
YUV 71.34 100.16 134.89 -
System Red Green Blue C M Y K H S L
Decimal 81 76 22 0 0.06 0.73 0.68 54.92 0.57 0.2
Hex 51 4C 16 0 6 49 44 37 39 14
Octal 121 114 26 0 6 111 104 67 71 24
Binary 1010001 1001100 10110 0 110 1001001 1000100 110111 111001 10100

Color Harmonies of #514C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514C16

Black with #514C16

Text Example


Text Example

White with #514C16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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