Html Css Color HEX #514726 Bronze Olive

📋 copy color: '#514726'

red 81 ◦ green 71 ◦ blue 38

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

Shades of Bronze Olive #514726

Tints of Bronze Olive #514726

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 20%

R = 42.63%
G = 37.37%
B = 20%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.53

 K value IS 0.68

RGB Variations

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

Color information

#514726 (or 0x514726) is known color: Bronze Olive. HEX triplet: 51, 47 and 26. RGB value is (81,71,38). Sum of RGB (Red+Green+Blue) = 81+71+38=190 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.63% from 190); Green value is 71 (28.12% from 255 or 37.37% from 190); Blue value is 38 (15.23% from 255 or 20% from 190); Max value from RGB is 81 - color contains mainly: red. Hex color #514726 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514726 is #AEB8D9. Grayscale: #464646. Windows color (decimal): -11450586 or 2508625. OLE color: 2508625.

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

Color convert

RGB 81 71 38 -
CMYK 0 0.12 0.53 0.68
HSL 46.05º 0.36% 0.23% -
HSV(B) 46.05º 0.53% 0.32% -
XYZ 6 6.4 2.75 -
YUV 70.23 109.81 135.68 -
System Red Green Blue C M Y K H S L
Decimal 81 71 38 0 0.12 0.53 0.68 46.05 0.36 0.23
Hex 51 47 26 0 C 35 44 2E 24 17
Octal 121 107 46 0 14 65 104 56 44 27
Binary 1010001 1000111 100110 0 1100 110101 1000100 101110 100100 10111

Color Harmonies of #514726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514726

Black with #514726

Text Example


Text Example

White with #514726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514726; }

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

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

background-color css

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

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

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

border-color css

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

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

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