Html Css Color HEX #514805 Bronze Olive

📋 copy color: '#514805'

red 81 ◦ green 72 ◦ blue 5

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

Shades of Bronze Olive #514805

Tints of Bronze Olive #514805

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 3.16%

R = 51.27%
G = 45.57%
B = 3.16%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.94

 K value IS 0.68

RGB Variations

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

Color information

#514805 (or 0x514805) is known color: Bronze Olive. HEX triplet: 51, 48 and 05. RGB value is (81,72,5). Sum of RGB (Red+Green+Blue) = 81+72+5=158 (20% of max value = 765). Red value is 81 (32.03% from 255 or 51.27% from 158); Green value is 72 (28.52% from 255 or 45.57% from 158); Blue value is 5 (2.34% from 255 or 3.16% from 158); Max value from RGB is 81 - color contains mainly: red. Hex color #514805 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514805 is #AEB7FA. Grayscale: #434343. Windows color (decimal): -11450363 or 346193. OLE color: 346193.

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

Color convert

RGB 81 72 5 -
CMYK 0 0.11 0.94 0.68
HSL 52.89º 0.88% 0.17% -
HSV(B) 52.89º 0.94% 0.32% -
XYZ 5.74 6.4 1.08 -
YUV 67.05 92.98 137.95 -
System Red Green Blue C M Y K H S L
Decimal 81 72 5 0 0.11 0.94 0.68 52.89 0.88 0.17
Hex 51 48 5 0 B 5E 44 35 58 11
Octal 121 110 5 0 13 136 104 65 130 21
Binary 1010001 1001000 101 0 1011 1011110 1000100 110101 1011000 10001

Color Harmonies of #514805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514805

Black with #514805

Text Example


Text Example

White with #514805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514805; }

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

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

background-color css

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

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

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

border-color css

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

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

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