Html Css Color HEX #514A09 Bronze Olive

📋 copy color: '#514A09'

red 81 ◦ green 74 ◦ blue 9

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

Shades of Bronze Olive #514A09

Tints of Bronze Olive #514A09

RGB

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

 GREEN value IS 74 (29.3% from 255) = 45.12%

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

R = 49.39%
G = 45.12%
B = 5.49%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.89

 K value IS 0.68

RGB Variations

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

Color information

#514A09 (or 0x514A09) is known color: Bronze Olive. HEX triplet: 51, 4A and 09. RGB value is (81,74,9). Sum of RGB (Red+Green+Blue) = 81+74+9=164 (21% of max value = 765). Red value is 81 (32.03% from 255 or 49.39% from 164); Green value is 74 (29.30% from 255 or 45.12% from 164); Blue value is 9 (3.91% from 255 or 5.49% from 164); Max value from RGB is 81 - color contains mainly: red. Hex color #514A09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514A09 is #AEB5F6. Grayscale: #444444. Windows color (decimal): -11449847 or 608849. OLE color: 608849.

HSL color Cylindrical-coordinate representation of color #514A09: hue angle of 54.17º 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 #514A09 is Cyan = 0, Magento = 0.09, Yellow = 0.89 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 74 9 -
CMYK 0 0.09 0.89 0.68
HSL 54.17º 0.8% 0.18% -
HSV(B) 54.17º 0.89% 0.32% -
XYZ 5.89 6.67 1.23 -
YUV 68.68 94.32 136.79 -
System Red Green Blue C M Y K H S L
Decimal 81 74 9 0 0.09 0.89 0.68 54.17 0.8 0.18
Hex 51 4A 9 0 9 59 44 36 50 12
Octal 121 112 11 0 11 131 104 66 120 22
Binary 1010001 1001010 1001 0 1001 1011001 1000100 110110 1010000 10010

Color Harmonies of #514A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514A09

Black with #514A09

Text Example


Text Example

White with #514A09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514A09; }

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

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

background-color css

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

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

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

border-color css

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

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

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