Html Css Color HEX #514908 Bronze Olive

📋 copy color: '#514908'

red 81 ◦ green 73 ◦ blue 8

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

Shades of Bronze Olive #514908

Tints of Bronze Olive #514908

RGB

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

 GREEN value IS 73 (28.91% from 255) = 45.06%

 BLUE value IS 8 (3.52% from 255) = 4.94%

R = 50%
G = 45.06%
B = 4.94%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.90

 K value IS 0.68

RGB Variations

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

Color information

#514908 (or 0x514908) is known color: Bronze Olive. HEX triplet: 51, 49 and 08. RGB value is (81,73,8). Sum of RGB (Red+Green+Blue) = 81+73+8=162 (21% of max value = 765). Red value is 81 (32.03% from 255 or 50% from 162); Green value is 73 (28.91% from 255 or 45.06% from 162); Blue value is 8 (3.52% from 255 or 4.94% from 162); Max value from RGB is 81 - color contains mainly: red. Hex color #514908 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514908 is #AEB6F7. Grayscale: #444444. Windows color (decimal): -11450104 or 543057. OLE color: 543057.

HSL color Cylindrical-coordinate representation of color #514908: hue angle of 53.42º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #514908 is Cyan = 0, Magento = 0.10, Yellow = 0.90 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 73 8 -
CMYK 0 0.10 0.90 0.68
HSL 53.42º 0.82% 0.17% -
HSV(B) 53.42º 0.9% 0.32% -
XYZ 5.82 6.53 1.18 -
YUV 67.98 94.15 137.29 -
System Red Green Blue C M Y K H S L
Decimal 81 73 8 0 0.10 0.90 0.68 53.42 0.82 0.17
Hex 51 49 8 0 A 5A 44 35 52 11
Octal 121 111 10 0 12 132 104 65 122 21
Binary 1010001 1001001 1000 0 1010 1011010 1000100 110101 1010010 10001

Color Harmonies of #514908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514908

Black with #514908

Text Example


Text Example

White with #514908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514908; }

 p { color: rgb(81,73,8); }

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

background-color css

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

 a { background-color: rgb(81,73,8); }

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

border-color css

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

 span { border-color: rgb(81,73,8); }

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