Html Css Color HEX #514705 Bronze Olive

📋 copy color: '#514705'

red 81 ◦ green 71 ◦ blue 5

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

Shades of Bronze Olive #514705

Tints of Bronze Olive #514705

RGB

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

 GREEN value IS 71 (28.13% from 255) = 45.22%

 BLUE value IS 5 (2.34% from 255) = 3.18%

R = 51.59%
G = 45.22%
B = 3.18%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.94

 K value IS 0.68

RGB Variations

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

Color information

#514705 (or 0x514705) is known color: Bronze Olive. HEX triplet: 51, 47 and 05. RGB value is (81,71,5). Sum of RGB (Red+Green+Blue) = 81+71+5=157 (20% of max value = 765). Red value is 81 (32.03% from 255 or 51.59% from 157); Green value is 71 (28.12% from 255 or 45.22% from 157); Blue value is 5 (2.34% from 255 or 3.18% from 157); Max value from RGB is 81 - color contains mainly: red. Hex color #514705 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514705 is #AEB8FA. Grayscale: #424242. Windows color (decimal): -11450619 or 345937. OLE color: 345937.

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

Color convert

RGB 81 71 5 -
CMYK 0 0.12 0.94 0.68
HSL 52.11º 0.88% 0.17% -
HSV(B) 52.11º 0.94% 0.32% -
XYZ 5.67 6.27 1.05 -
YUV 66.47 93.31 138.37 -
System Red Green Blue C M Y K H S L
Decimal 81 71 5 0 0.12 0.94 0.68 52.11 0.88 0.17
Hex 51 47 5 0 C 5E 44 34 58 11
Octal 121 107 5 0 14 136 104 64 130 21
Binary 1010001 1000111 101 0 1100 1011110 1000100 110100 1011000 10001

Color Harmonies of #514705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514705

Black with #514705

Text Example


Text Example

White with #514705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514705; }

 p { color: rgb(81,71,5); }

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

background-color css

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

 a { background-color: rgb(81,71,5); }

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

border-color css

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

 span { border-color: rgb(81,71,5); }

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