Html Css Color HEX #514809 Bronze Olive

📋 copy color: '#514809'

red 81 ◦ green 72 ◦ blue 9

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

Shades of Bronze Olive #514809

Tints of Bronze Olive #514809

RGB

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

 GREEN value IS 72 (28.52% from 255) = 44.44%

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

R = 50%
G = 44.44%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.89

 K value IS 0.68

RGB Variations

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

Color information

#514809 (or 0x514809) is known color: Bronze Olive. HEX triplet: 51, 48 and 09. RGB value is (81,72,9). Sum of RGB (Red+Green+Blue) = 81+72+9=162 (21% of max value = 765). Red value is 81 (32.03% from 255 or 50% from 162); Green value is 72 (28.52% from 255 or 44.44% from 162); Blue value is 9 (3.91% from 255 or 5.56% from 162); Max value from RGB is 81 - color contains mainly: red. Hex color #514809 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514809 is #AEB7F6. Grayscale: #434343. Windows color (decimal): -11450359 or 608337. OLE color: 608337.

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

Color convert

RGB 81 72 9 -
CMYK 0 0.11 0.89 0.68
HSL 52.5º 0.8% 0.18% -
HSV(B) 52.5º 0.89% 0.32% -
XYZ 5.76 6.4 1.19 -
YUV 67.51 94.98 137.62 -
System Red Green Blue C M Y K H S L
Decimal 81 72 9 0 0.11 0.89 0.68 52.5 0.8 0.18
Hex 51 48 9 0 B 59 44 34 50 12
Octal 121 110 11 0 13 131 104 64 120 22
Binary 1010001 1001000 1001 0 1011 1011001 1000100 110100 1010000 10010

Color Harmonies of #514809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514809

Black with #514809

Text Example


Text Example

White with #514809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514809; }

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

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

background-color css

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

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

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

border-color css

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

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

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