Html Css Color HEX #514D22 Bronze Olive

📋 copy color: '#514D22'

red 81 ◦ green 77 ◦ blue 34

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

Shades of Bronze Olive #514D22

Tints of Bronze Olive #514D22

RGB

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

 GREEN value IS 77 (30.47% from 255) = 40.1%

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

R = 42.19%
G = 40.1%
B = 17.71%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.58

 K value IS 0.68

RGB Variations

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

Color information

#514D22 (or 0x514D22) is known color: Bronze Olive. HEX triplet: 51, 4D and 22. RGB value is (81,77,34). Sum of RGB (Red+Green+Blue) = 81+77+34=192 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.19% from 192); Green value is 77 (30.47% from 255 or 40.10% from 192); Blue value is 34 (13.67% from 255 or 17.71% from 192); Max value from RGB is 81 - color contains mainly: red. Hex color #514D22 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #514D22 is #AEB2DD. Grayscale: #494949. Windows color (decimal): -11449054 or 2248017. OLE color: 2248017.

HSL color Cylindrical-coordinate representation of color #514D22: hue angle of 54.89º 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 #514D22 is Cyan = 0, Magento = 0.05, Yellow = 0.58 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 77 34 -
CMYK 0 0.05 0.58 0.68
HSL 54.89º 0.41% 0.23% -
HSV(B) 54.89º 0.58% 0.32% -
XYZ 6.34 7.17 2.56 -
YUV 73.29 105.83 133.5 -
System Red Green Blue C M Y K H S L
Decimal 81 77 34 0 0.05 0.58 0.68 54.89 0.41 0.23
Hex 51 4D 22 0 5 3A 44 37 29 17
Octal 121 115 42 0 5 72 104 67 51 27
Binary 1010001 1001101 100010 0 101 111010 1000100 110111 101001 10111

Color Harmonies of #514D22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514D22

Black with #514D22

Text Example


Text Example

White with #514D22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514D22; }

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

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

background-color css

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

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

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

border-color css

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

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

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