Html Css Color HEX #514610 Bronze Olive

📋 copy color: '#514610'

red 81 ◦ green 70 ◦ blue 16

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

Shades of Bronze Olive #514610

Tints of Bronze Olive #514610

RGB

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

 GREEN value IS 70 (27.73% from 255) = 41.92%

 BLUE value IS 16 (6.64% from 255) = 9.58%

R = 48.5%
G = 41.92%
B = 9.58%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.80

 K value IS 0.68

RGB Variations

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

Color information

#514610 (or 0x514610) is known color: Bronze Olive. HEX triplet: 51, 46 and 10. RGB value is (81,70,16). Sum of RGB (Red+Green+Blue) = 81+70+16=167 (22% of max value = 765). Red value is 81 (32.03% from 255 or 48.50% from 167); Green value is 70 (27.73% from 255 or 41.92% from 167); Blue value is 16 (6.64% from 255 or 9.58% from 167); Max value from RGB is 81 - color contains mainly: red. Hex color #514610 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514610 is #AEB9EF. Grayscale: #434343. Windows color (decimal): -11450864 or 1066577. OLE color: 1066577.

HSL color Cylindrical-coordinate representation of color #514610: hue angle of 49.85º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #514610 is Cyan = 0, Magento = 0.14, Yellow = 0.80 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 70 16 -
CMYK 0 0.14 0.80 0.68
HSL 49.85º 0.67% 0.19% -
HSV(B) 49.85º 0.8% 0.32% -
XYZ 5.68 6.17 1.38 -
YUV 67.13 99.14 137.89 -
System Red Green Blue C M Y K H S L
Decimal 81 70 16 0 0.14 0.80 0.68 49.85 0.67 0.19
Hex 51 46 10 0 E 50 44 32 43 13
Octal 121 106 20 0 16 120 104 62 103 23
Binary 1010001 1000110 10000 0 1110 1010000 1000100 110010 1000011 10011

Color Harmonies of #514610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514610

Black with #514610

Text Example


Text Example

White with #514610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514610; }

 p { color: rgb(81,70,16); }

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

background-color css

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

 a { background-color: rgb(81,70,16); }

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

border-color css

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

 span { border-color: rgb(81,70,16); }

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