Html Css Color HEX #514922 Bronze Olive

📋 copy color: '#514922'

red 81 ◦ green 73 ◦ blue 34

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

Shades of Bronze Olive #514922

Tints of Bronze Olive #514922

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 18.09%

R = 43.09%
G = 38.83%
B = 18.09%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.58

 K value IS 0.68

RGB Variations

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

Color information

#514922 (or 0x514922) is known color: Bronze Olive. HEX triplet: 51, 49 and 22. RGB value is (81,73,34). Sum of RGB (Red+Green+Blue) = 81+73+34=188 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.09% from 188); Green value is 73 (28.91% from 255 or 38.83% from 188); Blue value is 34 (13.67% from 255 or 18.09% from 188); Max value from RGB is 81 - color contains mainly: red. Hex color #514922 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514922 is #AEB6DD. Grayscale: #474747. Windows color (decimal): -11450078 or 2246993. OLE color: 2246993.

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

Color convert

RGB 81 73 34 -
CMYK 0 0.10 0.58 0.68
HSL 49.79º 0.41% 0.23% -
HSV(B) 49.79º 0.58% 0.32% -
XYZ 6.06 6.63 2.47 -
YUV 70.95 107.15 135.17 -
System Red Green Blue C M Y K H S L
Decimal 81 73 34 0 0.10 0.58 0.68 49.79 0.41 0.23
Hex 51 49 22 0 A 3A 44 32 29 17
Octal 121 111 42 0 12 72 104 62 51 27
Binary 1010001 1001001 100010 0 1010 111010 1000100 110010 101001 10111

Color Harmonies of #514922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514922

Black with #514922

Text Example


Text Example

White with #514922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514922; }

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

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

background-color css

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

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

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

border-color css

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

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

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