Html Css Color HEX #514709 Bronze Olive

📋 copy color: '#514709'

red 81 ◦ green 71 ◦ blue 9

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

Shades of Bronze Olive #514709

Tints of Bronze Olive #514709

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 5.59%

R = 50.31%
G = 44.1%
B = 5.59%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.89

 K value IS 0.68

RGB Variations

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

Color information

#514709 (or 0x514709) is known color: Bronze Olive. HEX triplet: 51, 47 and 09. RGB value is (81,71,9). Sum of RGB (Red+Green+Blue) = 81+71+9=161 (21% of max value = 765). Red value is 81 (32.03% from 255 or 50.31% from 161); Green value is 71 (28.12% from 255 or 44.10% from 161); Blue value is 9 (3.91% from 255 or 5.59% from 161); Max value from RGB is 81 - color contains mainly: red. Hex color #514709 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514709 is #AEB8F6. Grayscale: #434343. Windows color (decimal): -11450615 or 608081. OLE color: 608081.

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

Color convert

RGB 81 71 9 -
CMYK 0 0.12 0.89 0.68
HSL 51.67º 0.8% 0.18% -
HSV(B) 51.67º 0.89% 0.32% -
XYZ 5.7 6.28 1.17 -
YUV 66.92 95.31 138.04 -
System Red Green Blue C M Y K H S L
Decimal 81 71 9 0 0.12 0.89 0.68 51.67 0.8 0.18
Hex 51 47 9 0 C 59 44 34 50 12
Octal 121 107 11 0 14 131 104 64 120 22
Binary 1010001 1000111 1001 0 1100 1011001 1000100 110100 1010000 10010

Color Harmonies of #514709

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514709

Black with #514709

Text Example


Text Example

White with #514709

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514709; }

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

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

background-color css

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

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

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

border-color css

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

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

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