Html Css Color HEX #514806 Bronze Olive

📋 copy color: '#514806'

red 81 ◦ green 72 ◦ blue 6

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

Shades of Bronze Olive #514806

Tints of Bronze Olive #514806

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 3.77%

R = 50.94%
G = 45.28%
B = 3.77%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.93

 K value IS 0.68

RGB Variations

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

Color information

#514806 (or 0x514806) is known color: Bronze Olive. HEX triplet: 51, 48 and 06. RGB value is (81,72,6). Sum of RGB (Red+Green+Blue) = 81+72+6=159 (21% of max value = 765). Red value is 81 (32.03% from 255 or 50.94% from 159); Green value is 72 (28.52% from 255 or 45.28% from 159); Blue value is 6 (2.73% from 255 or 3.77% from 159); Max value from RGB is 81 - color contains mainly: red. Hex color #514806 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514806 is #AEB7F9. Grayscale: #434343. Windows color (decimal): -11450362 or 411729. OLE color: 411729.

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

Color convert

RGB 81 72 6 -
CMYK 0 0.11 0.93 0.68
HSL 52.8º 0.86% 0.17% -
HSV(B) 52.8º 0.93% 0.32% -
XYZ 5.74 6.4 1.1 -
YUV 67.17 93.48 137.87 -
System Red Green Blue C M Y K H S L
Decimal 81 72 6 0 0.11 0.93 0.68 52.8 0.86 0.17
Hex 51 48 6 0 B 5D 44 35 56 11
Octal 121 110 6 0 13 135 104 65 126 21
Binary 1010001 1001000 110 0 1011 1011101 1000100 110101 1010110 10001

Color Harmonies of #514806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514806

Black with #514806

Text Example


Text Example

White with #514806

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514806; }

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

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

background-color css

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

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

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

border-color css

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

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

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