Html Css Color HEX #514904 Bronze Olive

📋 copy color: '#514904'

red 81 ◦ green 73 ◦ blue 4

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

Shades of Bronze Olive #514904

Tints of Bronze Olive #514904

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.53%

R = 51.27%
G = 46.2%
B = 2.53%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.95

 K value IS 0.68

RGB Variations

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

Color information

#514904 (or 0x514904) is known color: Bronze Olive. HEX triplet: 51, 49 and 04. RGB value is (81,73,4). Sum of RGB (Red+Green+Blue) = 81+73+4=158 (20% of max value = 765). Red value is 81 (32.03% from 255 or 51.27% from 158); Green value is 73 (28.91% from 255 or 46.20% from 158); Blue value is 4 (1.95% from 255 or 2.53% from 158); Max value from RGB is 81 - color contains mainly: red. Hex color #514904 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514904 is #AEB6FB. Grayscale: #434343. Windows color (decimal): -11450108 or 280913. OLE color: 280913.

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

Color convert

RGB 81 73 4 -
CMYK 0 0.10 0.95 0.68
HSL 53.77º 0.91% 0.17% -
HSV(B) 53.77º 0.95% 0.32% -
XYZ 5.8 6.52 1.07 -
YUV 67.53 92.15 137.61 -
System Red Green Blue C M Y K H S L
Decimal 81 73 4 0 0.10 0.95 0.68 53.77 0.91 0.17
Hex 51 49 4 0 A 5F 44 36 5B 11
Octal 121 111 4 0 12 137 104 66 133 21
Binary 1010001 1001001 100 0 1010 1011111 1000100 110110 1011011 10001

Color Harmonies of #514904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514904

Black with #514904

Text Example


Text Example

White with #514904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514904; }

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

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

background-color css

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

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

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

border-color css

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

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

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